Html Css Color HEX #218637 Japanese Laurel

📋 copy color: '#218637'

red 33 ◦ green 134 ◦ blue 55

#218637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #218637

Tints of Japanese Laurel #218637

RGB

 RED value IS 33 (13.28% from 255) = 14.86%

 GREEN value IS 134 (52.73% from 255) = 60.36%

 BLUE value IS 55 (21.88% from 255) = 24.77%

R = 14.86%
G = 60.36%
B = 24.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#218637 (or 0x218637) is known color: Japanese Laurel. HEX triplet: 21, 86 and 37. RGB value is (33,134,55). Sum of RGB (Red+Green+Blue) = 33+134+55=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #218637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218637 is #DE79C8. Grayscale: #5F5F5F. Windows color (decimal): -14580169 or 3638817. OLE color: 3638817.

HSL color Cylindrical-coordinate representation of color #218637: hue angle of 133.07º 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 #218637 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 134 55 -
CMYK 0.75 0 0.59 0.47
HSL 133.07º 0.6% 0.33% -
HSV(B) 133.07º 0.75% 0.53% -
XYZ 9.84 17.65 6.5 -
YUV 94.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 33 134 55 0.75 0 0.59 0.47 133.07 0.6 0.33
Hex 21 86 37 4B 0 3B 2F 85 3C 21
Octal 41 206 67 113 0 73 57 205 74 41
Binary 100001 10000110 110111 1001011 0 111011 101111 10000101 111100 100001

Color Harmonies of #218637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218637

Black with #218637

Text Example


Text Example

White with #218637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218637; }

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

 H1.HeaderClassName
 {
   color: #218637;
 }
 .AnyTagClassName
 {
   color: #218637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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