Html Css Color HEX #126620 Crusoe

📋 copy color: '#126620'

red 18 ◦ green 102 ◦ blue 32

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

Shades of Crusoe #126620

Tints of Crusoe #126620

RGB

 RED value IS 18 (7.42% from 255) = 11.84%

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 11.84%
G = 67.11%
B = 21.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#126620 (or 0x126620) is known color: Crusoe. HEX triplet: 12, 66 and 20. RGB value is (18,102,32). Sum of RGB (Red+Green+Blue) = 18+102+32=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #126620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126620 is #ED99DF. Grayscale: #454545. Windows color (decimal): -15571424 or 2123282. OLE color: 2123282.

HSL color Cylindrical-coordinate representation of color #126620: hue angle of 130º degrees, saturation: 0.7, 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 #126620 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 32 -
CMYK 0.82 0 0.69 0.6
HSL 130º 0.7% 0.24% -
HSV(B) 130º 0.82% 0.4% -
XYZ 5.26 9.74 2.97 -
YUV 68.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 18 102 32 0.82 0 0.69 0.6 130 0.7 0.24
Hex 12 66 20 52 0 45 3C 82 46 18
Octal 22 146 40 122 0 105 74 202 106 30
Binary 10010 1100110 100000 1010010 0 1000101 111100 10000010 1000110 11000

Color Harmonies of #126620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126620

Black with #126620

Text Example


Text Example

White with #126620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126620; }

 p { color: rgb(18,102,32); }

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

background-color css

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

 a { background-color: rgb(18,102,32); }

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

border-color css

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

 span { border-color: rgb(18,102,32); }

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