Html Css Color HEX #126232 Crusoe

📋 copy color: '#126232'

red 18 ◦ green 98 ◦ blue 50

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

Shades of Crusoe #126232

Tints of Crusoe #126232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.04%

 BLUE value IS 50 (19.92% from 255) = 30.12%

R = 10.84%
G = 59.04%
B = 30.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#126232 (or 0x126232) is known color: Crusoe. HEX triplet: 12, 62 and 32. RGB value is (18,98,50). Sum of RGB (Red+Green+Blue) = 18+98+50=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #126232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126232 is #ED9DCD. Grayscale: #444444. Windows color (decimal): -15572430 or 3301906. OLE color: 3301906.

HSL color Cylindrical-coordinate representation of color #126232: hue angle of 144º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126232 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 50 -
CMYK 0.82 0 0.49 0.62
HSL 144º 0.69% 0.23% -
HSV(B) 144º 0.82% 0.38% -
XYZ 5.19 9.09 4.5 -
YUV 68.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 18 98 50 0.82 0 0.49 0.62 144 0.69 0.23
Hex 12 62 32 52 0 31 3E 90 45 17
Octal 22 142 62 122 0 61 76 220 105 27
Binary 10010 1100010 110010 1010010 0 110001 111110 10010000 1000101 10111

Color Harmonies of #126232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126232

Black with #126232

Text Example


Text Example

White with #126232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126232; }

 p { color: rgb(18,98,50); }

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

background-color css

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

 a { background-color: rgb(18,98,50); }

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

border-color css

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

 span { border-color: rgb(18,98,50); }

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