#12591D

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

Shades of Crusoe #12591D

Tints of Crusoe #12591D

Color information

#12591D (or 0x12591D) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 1D. RGB value is (18,89,29). Sum of RGB (Red+Green+Blue) = 18+89+29=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #12591D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12591D is #EDA6E2. Grayscale: #3D3D3D. Windows color (decimal): -15574755 or 1923346. OLE color: 1923346.

HSL color Cylindrical-coordinate representation of color #12591D: hue angle of 129.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12591D is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB188929-
CMYK0.8000.670.65
HSL129.3º66.36%20.98%-
HSV(B)129.3º79.78%34.9%-
XYZ4.047.362.37-
YUV60.93109.9897.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 89 (35.16% from 255) = 65.44%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=13.24%
G=65.44%
B=21.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889290.8000.670.65129.366.3620.98
Hex12591D5004341814215
Octal2213135120010310120110225
Binary10010101100111101101000001000011100000110000001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12591D; }

 p { color: rgb(18,89,29); }

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

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

 a { background-color: rgb(18,89,29); }

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

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

 span { border-color: rgb(18,89,29); }

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