Html Css Color HEX #126132 Crusoe

📋 copy color: '#126132'

red 18 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #126132

Tints of Crusoe #126132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.79%

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

R = 10.91%
G = 58.79%
B = 30.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#126132 (or 0x126132) is known color: Crusoe. HEX triplet: 12, 61 and 32. RGB value is (18,97,50). Sum of RGB (Red+Green+Blue) = 18+97+50=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #126132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126132 is #ED9ECD. Grayscale: #444444. Windows color (decimal): -15572686 or 3301650. OLE color: 3301650.

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

Color convert

RGB 18 97 50 -
CMYK 0.81 0 0.48 0.62
HSL 144.3º 0.69% 0.23% -
HSV(B) 144.3º 0.81% 0.38% -
XYZ 5.1 8.91 4.47 -
YUV 68.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 18 97 50 0.81 0 0.48 0.62 144.3 0.69 0.23
Hex 12 61 32 51 0 30 3E 90 45 17
Octal 22 141 62 121 0 60 76 220 105 27
Binary 10010 1100001 110010 1010001 0 110000 111110 10010000 1000101 10111

Color Harmonies of #126132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126132

Black with #126132

Text Example


Text Example

White with #126132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126132; }

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

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

background-color css

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

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

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

border-color css

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

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

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