Html Css Color HEX #136222 Crusoe

📋 copy color: '#136222'

red 19 ◦ green 98 ◦ blue 34

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

Shades of Crusoe #136222

Tints of Crusoe #136222

RGB

 RED value IS 19 (7.81% from 255) = 12.58%

 GREEN value IS 98 (38.67% from 255) = 64.9%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 12.58%
G = 64.9%
B = 22.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#136222 (or 0x136222) is known color: Crusoe. HEX triplet: 13, 62 and 22. RGB value is (19,98,34). Sum of RGB (Red+Green+Blue) = 19+98+34=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #136222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136222 is #EC9DDD. Grayscale: #434343. Windows color (decimal): -15506910 or 2253331. OLE color: 2253331.

HSL color Cylindrical-coordinate representation of color #136222: hue angle of 131.39º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136222 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 34 -
CMYK 0.81 0 0.65 0.62
HSL 131.39º 0.68% 0.23% -
HSV(B) 131.39º 0.81% 0.38% -
XYZ 4.92 8.99 2.99 -
YUV 67.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 19 98 34 0.81 0 0.65 0.62 131.39 0.68 0.23
Hex 13 62 22 51 0 41 3E 83 44 17
Octal 23 142 42 121 0 101 76 203 104 27
Binary 10011 1100010 100010 1010001 0 1000001 111110 10000011 1000100 10111

Color Harmonies of #136222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136222

Black with #136222

Text Example


Text Example

White with #136222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136222; }

 p { color: rgb(19,98,34); }

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

background-color css

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

 a { background-color: rgb(19,98,34); }

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

border-color css

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

 span { border-color: rgb(19,98,34); }

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