Html Css Color HEX #126020 Crusoe

📋 copy color: '#126020'

red 18 ◦ green 96 ◦ blue 32

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

Shades of Crusoe #126020

Tints of Crusoe #126020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 65.75%

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

R = 12.33%
G = 65.75%
B = 21.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#126020 (or 0x126020) is known color: Crusoe. HEX triplet: 12, 60 and 20. RGB value is (18,96,32). Sum of RGB (Red+Green+Blue) = 18+96+32=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #126020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126020 is #ED9FDF. Grayscale: #414141. Windows color (decimal): -15572960 or 2121746. OLE color: 2121746.

HSL color Cylindrical-coordinate representation of color #126020: hue angle of 130.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126020 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 32 -
CMYK 0.81 0 0.67 0.62
HSL 130.77º 0.68% 0.22% -
HSV(B) 130.77º 0.81% 0.38% -
XYZ 4.69 8.6 2.78 -
YUV 65.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 18 96 32 0.81 0 0.67 0.62 130.77 0.68 0.22
Hex 12 60 20 51 0 43 3E 83 44 16
Octal 22 140 40 121 0 103 76 203 104 26
Binary 10010 1100000 100000 1010001 0 1000011 111110 10000011 1000100 10110

Color Harmonies of #126020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126020

Black with #126020

Text Example


Text Example

White with #126020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126020; }

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

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

background-color css

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

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

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

border-color css

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

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

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