#126329

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

Shades of Crusoe #126329

Tints of Crusoe #126329

Color information

#126329 (or 0x126329) is unknown color: approx Crusoe. HEX triplet: 12, 63 and 29. RGB value is (18,99,41). Sum of RGB (Red+Green+Blue) = 18+99+41=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #126329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126329 is #ED9CD6. Grayscale: #444444. Windows color (decimal): -15572183 or 2712338. OLE color: 2712338.

HSL color Cylindrical-coordinate representation of color #126329: hue angle of 137.04º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126329 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB189941-
CMYK0.8200.590.61
HSL137.04º69.23%22.94%-
HSV(B)137.04º81.82%38.82%-
XYZ5.119.213.61-
YUV68.17112.6692.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 99 (39.06% from 255) = 62.66%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=11.39%
G=62.66%
B=25.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899410.8200.590.61137.0469.2322.94
Hex1263295203B3D894517
Octal22143511220737521110527
Binary1001011000111010011010010011101111110110001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126329; }

 p { color: rgb(18,99,41); }

 H1.HeaderClassName
 {
   color: #126329;
 }
 .AnyTagClassName
 {
   color: #126329;
 }
</style>
background-color css

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

 a { background-color: rgb(18,99,41); }

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

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

 span { border-color: rgb(18,99,41); }

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