Html Css Color HEX #126223 Crusoe

📋 copy color: '#126223'

red 18 ◦ green 98 ◦ blue 35

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

Shades of Crusoe #126223

Tints of Crusoe #126223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 11.92%
G = 64.9%
B = 23.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#126223 (or 0x126223) is known color: Crusoe. HEX triplet: 12, 62 and 23. RGB value is (18,98,35). Sum of RGB (Red+Green+Blue) = 18+98+35=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #126223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126223 is #ED9DDC. Grayscale: #434343. Windows color (decimal): -15572445 or 2318866. OLE color: 2318866.

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

Color convert

RGB 18 98 35 -
CMYK 0.82 0 0.64 0.62
HSL 132.75º 0.69% 0.23% -
HSV(B) 132.75º 0.82% 0.38% -
XYZ 4.92 8.99 3.07 -
YUV 66.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 18 98 35 0.82 0 0.64 0.62 132.75 0.69 0.23
Hex 12 62 23 52 0 40 3E 85 45 17
Octal 22 142 43 122 0 100 76 205 105 27
Binary 10010 1100010 100011 1010010 0 1000000 111110 10000101 1000101 10111

Color Harmonies of #126223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126223

Black with #126223

Text Example


Text Example

White with #126223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126223; }

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

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

background-color css

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

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

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

border-color css

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

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

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