#218639

Color #218639 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #218639

Tints of Japanese Laurel #218639

Color information

#218639 (or 0x218639) is unknown color: approx Japanese Laurel. HEX triplet: 21, 86 and 39. RGB value is (33,134,57). Sum of RGB (Red+Green+Blue) = 33+134+57=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #218639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218639 is #DE79C6. Grayscale: #5F5F5F. Windows color (decimal): -14580167 or 3769889. OLE color: 3769889.

HSL color Cylindrical-coordinate representation of color #218639: hue angle of 134.26º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218639 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB3313457-
CMYK0.7500.570.47
HSL134.26º60.48%32.75%-
HSV(B)134.26º75.37%52.55%-
XYZ9.8917.676.76-
YUV95.02106.5483.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 134 (52.73% from 255) = 59.82%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=14.73%
G=59.82%
B=25.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33134570.7500.570.47134.2660.4832.75
Hex2186394B0392F863c21
Octal4120671113071572067441
Binary100001100001101110011001011011100110111110000110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218639; }

 p { color: rgb(33,134,57); }

 H1.HeaderClassName
 {
   color: #218639;
 }
 .AnyTagClassName
 {
   color: #218639;
 }
</style>
background-color css

<style>
 a { background-color: #218639; }

 a { background-color: rgb(33,134,57); }

 div.DivClassName
 {
   background-color: #218639;
 }
 .BgClassName
 {
   background-color: #218639;
 }
</style>
border-color css

<style>
 span { border-color: #218639; }

 span { border-color: rgb(33,134,57); }

 td.TdClassName
 {
   border-color: #218639;
 }
 .TagClassName
 {
   border-color: #218639;
 }
</style>