#12572E

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

Shades of Crusoe #12572E

Tints of Crusoe #12572E

Color information

#12572E (or 0x12572E) is unknown color: approx Crusoe. HEX triplet: 12, 57 and 2E. RGB value is (18,87,46). Sum of RGB (Red+Green+Blue) = 18+87+46=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #12572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12572E is #EDA8D1. Grayscale: #3D3D3D. Windows color (decimal): -15575250 or 3036946. OLE color: 3036946.

HSL color Cylindrical-coordinate representation of color #12572E: hue angle of 144.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12572E is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB188746-
CMYK0.7900.470.66
HSL144.35º65.71%20.59%-
HSV(B)144.35º79.31%34.12%-
XYZ4.157.143.74-
YUV61.69119.1496.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 87 (34.38% from 255) = 57.62%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=11.92%
G=57.62%
B=30.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887460.7900.470.66144.3565.7120.59
Hex12572E4F02F42904215
Octal221275611705710222010225
Binary10010101011110111010011110101111100001010010000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12572E; }

 p { color: rgb(18,87,46); }

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

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

 a { background-color: rgb(18,87,46); }

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

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

 span { border-color: rgb(18,87,46); }

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