Html Css Color HEX #126221 Crusoe

📋 copy color: '#126221'

red 18 ◦ green 98 ◦ blue 33

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

Shades of Crusoe #126221

Tints of Crusoe #126221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 12.08%
G = 65.77%
B = 22.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#126221 (or 0x126221) is known color: Crusoe. HEX triplet: 12, 62 and 21. RGB value is (18,98,33). Sum of RGB (Red+Green+Blue) = 18+98+33=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #126221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126221 is #ED9DDE. Grayscale: #424242. Windows color (decimal): -15572447 or 2187794. OLE color: 2187794.

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

Color convert

RGB 18 98 33 -
CMYK 0.82 0 0.66 0.62
HSL 131.25º 0.69% 0.23% -
HSV(B) 131.25º 0.82% 0.38% -
XYZ 4.89 8.97 2.91 -
YUV 66.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 18 98 33 0.82 0 0.66 0.62 131.25 0.69 0.23
Hex 12 62 21 52 0 42 3E 83 45 17
Octal 22 142 41 122 0 102 76 203 105 27
Binary 10010 1100010 100001 1010010 0 1000010 111110 10000011 1000101 10111

Color Harmonies of #126221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126221

Black with #126221

Text Example


Text Example

White with #126221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126221; }

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

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

background-color css

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

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

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

border-color css

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

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

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