Html Css Color HEX #136622 Crusoe

📋 copy color: '#136622'

red 19 ◦ green 102 ◦ blue 34

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

Shades of Crusoe #136622

Tints of Crusoe #136622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 65.81%

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

R = 12.26%
G = 65.81%
B = 21.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#136622 (or 0x136622) is known color: Crusoe. HEX triplet: 13, 66 and 22. RGB value is (19,102,34). Sum of RGB (Red+Green+Blue) = 19+102+34=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #136622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136622 is #EC99DD. Grayscale: #454545. Windows color (decimal): -15505886 or 2254355. OLE color: 2254355.

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

Color convert

RGB 19 102 34 -
CMYK 0.81 0 0.67 0.6
HSL 130.84º 0.69% 0.24% -
HSV(B) 130.84º 0.81% 0.4% -
XYZ 5.31 9.76 3.12 -
YUV 69.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 19 102 34 0.81 0 0.67 0.6 130.84 0.69 0.24
Hex 13 66 22 51 0 43 3C 83 45 18
Octal 23 146 42 121 0 103 74 203 105 30
Binary 10011 1100110 100010 1010001 0 1000011 111100 10000011 1000101 11000

Color Harmonies of #136622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136622

Black with #136622

Text Example


Text Example

White with #136622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136622; }

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

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

background-color css

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

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

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

border-color css

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

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

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