#126228

Color #126228 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #126228

Tints of Crusoe #126228

Color information

#126228 (or 0x126228) is unknown color: approx 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

RGB189840-
CMYK0.8200.590.62
HSL136.5º68.97%22.75%-
HSV(B)136.5º81.63%38.43%-
XYZ59.023.48-
YUV67.47112.592.72-

RGB Variations

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

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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898400.8200.590.62136.568.9722.75
Hex1262285203B3E884517
Octal22142501220737621010527
Binary1001011000101010001010010011101111111010001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>