Html Css Color HEX #136621 Crusoe

📋 copy color: '#136621'

red 19 ◦ green 102 ◦ blue 33

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

Shades of Crusoe #136621

Tints of Crusoe #136621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 12.34%
G = 66.23%
B = 21.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#136621 (or 0x136621) is known color: Crusoe. HEX triplet: 13, 66 and 21. RGB value is (19,102,33). Sum of RGB (Red+Green+Blue) = 19+102+33=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #136621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136621 is #EC99DE. Grayscale: #454545. Windows color (decimal): -15505887 or 2188819. OLE color: 2188819.

HSL color Cylindrical-coordinate representation of color #136621: hue angle of 130.12º 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 #136621 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 33 -
CMYK 0.81 0 0.68 0.6
HSL 130.12º 0.69% 0.24% -
HSV(B) 130.12º 0.81% 0.4% -
XYZ 5.29 9.75 3.04 -
YUV 69.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 19 102 33 0.81 0 0.68 0.6 130.12 0.69 0.24
Hex 13 66 21 51 0 44 3C 82 45 18
Octal 23 146 41 121 0 104 74 202 105 30
Binary 10011 1100110 100001 1010001 0 1000100 111100 10000010 1000101 11000

Color Harmonies of #136621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136621

Black with #136621

Text Example


Text Example

White with #136621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136621; }

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

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

background-color css

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

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

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

border-color css

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

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

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