Html Css Color HEX #126920 Crusoe

📋 copy color: '#126920'

red 18 ◦ green 105 ◦ blue 32

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

Shades of Crusoe #126920

Tints of Crusoe #126920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 67.74%

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

R = 11.61%
G = 67.74%
B = 20.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#126920 (or 0x126920) is known color: Crusoe. HEX triplet: 12, 69 and 20. RGB value is (18,105,32). Sum of RGB (Red+Green+Blue) = 18+105+32=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #126920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126920 is #ED96DF. Grayscale: #464646. Windows color (decimal): -15570656 or 2124050. OLE color: 2124050.

HSL color Cylindrical-coordinate representation of color #126920: hue angle of 129.66º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126920 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 32 -
CMYK 0.83 0 0.70 0.59
HSL 129.66º 0.71% 0.24% -
HSV(B) 129.66º 0.83% 0.41% -
XYZ 5.56 10.34 3.07 -
YUV 70.67 106.18 90.44 -
System Red Green Blue C M Y K H S L
Decimal 18 105 32 0.83 0 0.70 0.59 129.66 0.71 0.24
Hex 12 69 20 53 0 46 3B 82 47 18
Octal 22 151 40 123 0 106 73 202 107 30
Binary 10010 1101001 100000 1010011 0 1000110 111011 10000010 1000111 11000

Color Harmonies of #126920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126920

Black with #126920

Text Example


Text Example

White with #126920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126920; }

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

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

background-color css

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

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

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

border-color css

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

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

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