Html Css Color HEX #126033 Crusoe

📋 copy color: '#126033'

red 18 ◦ green 96 ◦ blue 51

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

Shades of Crusoe #126033

Tints of Crusoe #126033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 10.91%
G = 58.18%
B = 30.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#126033 (or 0x126033) is known color: Crusoe. HEX triplet: 12, 60 and 33. RGB value is (18,96,51). Sum of RGB (Red+Green+Blue) = 18+96+51=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #126033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126033 is #ED9FCC. Grayscale: #434343. Windows color (decimal): -15572941 or 3366930. OLE color: 3366930.

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

Color convert

RGB 18 96 51 -
CMYK 0.81 0 0.47 0.62
HSL 145.38º 0.68% 0.22% -
HSV(B) 145.38º 0.81% 0.38% -
XYZ 5.03 8.73 4.55 -
YUV 67.55 118.66 92.66 -
System Red Green Blue C M Y K H S L
Decimal 18 96 51 0.81 0 0.47 0.62 145.38 0.68 0.22
Hex 12 60 33 51 0 2F 3E 91 44 16
Octal 22 140 63 121 0 57 76 221 104 26
Binary 10010 1100000 110011 1010001 0 101111 111110 10010001 1000100 10110

Color Harmonies of #126033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126033

Black with #126033

Text Example


Text Example

White with #126033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126033; }

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

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

background-color css

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

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

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

border-color css

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

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

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