Html Css Color HEX #136722 Crusoe

📋 copy color: '#136722'

red 19 ◦ green 103 ◦ blue 34

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

Shades of Crusoe #136722

Tints of Crusoe #136722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.03%

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

R = 12.18%
G = 66.03%
B = 21.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#136722 (or 0x136722) is known color: Crusoe. HEX triplet: 13, 67 and 22. RGB value is (19,103,34). Sum of RGB (Red+Green+Blue) = 19+103+34=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #136722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136722 is #EC98DD. Grayscale: #464646. Windows color (decimal): -15505630 or 2254611. OLE color: 2254611.

HSL color Cylindrical-coordinate representation of color #136722: hue angle of 130.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136722 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 34 -
CMYK 0.82 0 0.67 0.60
HSL 130.71º 0.69% 0.24% -
HSV(B) 130.71º 0.82% 0.4% -
XYZ 5.41 9.95 3.15 -
YUV 70.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 19 103 34 0.82 0 0.67 0.60 130.71 0.69 0.24
Hex 13 67 22 52 0 43 3C 83 45 18
Octal 23 147 42 122 0 103 74 203 105 30
Binary 10011 1100111 100010 1010010 0 1000011 111100 10000011 1000101 11000

Color Harmonies of #136722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136722

Black with #136722

Text Example


Text Example

White with #136722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136722; }

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

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

background-color css

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

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

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

border-color css

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

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

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