Html Css Color HEX #126228 Crusoe

📋 copy color: '#126228'

red 18 ◦ green 98 ◦ blue 40

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

Shades of Crusoe #126228

Tints of Crusoe #126228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 11.54%
G = 62.82%
B = 25.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#126228 (or 0x126228) is known color: Crusoe. HEX triplet: 12, 62 and 28. RGB value is (18,98,40). Sum of RGB (Red+Green+Blue) = 18+98+40=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #126228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126228 is #ED9DD7. Grayscale: #434343. Windows color (decimal): -15572440 or 2646546. OLE color: 2646546.

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

Color convert

RGB 18 98 40 -
CMYK 0.82 0 0.59 0.62
HSL 136.5º 0.69% 0.23% -
HSV(B) 136.5º 0.82% 0.38% -
XYZ 5 9.02 3.48 -
YUV 67.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 18 98 40 0.82 0 0.59 0.62 136.5 0.69 0.23
Hex 12 62 28 52 0 3B 3E 88 45 17
Octal 22 142 50 122 0 73 76 210 105 27
Binary 10010 1100010 101000 1010010 0 111011 111110 10001000 1000101 10111

Color Harmonies of #126228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126228

Black with #126228

Text Example


Text Example

White with #126228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126228; }

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

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

background-color css

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

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

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

border-color css

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

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

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