#12591E

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

Shades of Crusoe #12591E

Tints of Crusoe #12591E

Color information

#12591E (or 0x12591E) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 1E. RGB value is (18,89,30). Sum of RGB (Red+Green+Blue) = 18+89+30=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #12591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12591E is #EDA6E1. Grayscale: #3D3D3D. Windows color (decimal): -15574754 or 1988882. OLE color: 1988882.

HSL color Cylindrical-coordinate representation of color #12591E: hue angle of 130.14º 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 #12591E is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB188930-
CMYK0.8000.660.65
HSL130.14º66.36%20.98%-
HSV(B)130.14º79.78%34.9%-
XYZ4.067.372.44-
YUV61.04110.4897.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 89 (35.16% from 255) = 64.96%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=13.14%
G=64.96%
B=21.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889300.8000.660.65130.1466.3620.98
Hex12591E5004241824215
Octal2213136120010210120210225
Binary10010101100111110101000001000010100000110000010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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