#12591B

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

Shades of Crusoe #12591B

Tints of Crusoe #12591B

Color information

#12591B (or 0x12591B) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 1B. RGB value is (18,89,27). Sum of RGB (Red+Green+Blue) = 18+89+27=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #12591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12591B is #EDA6E4. Grayscale: #3C3C3C. Windows color (decimal): -15574757 or 1792274. OLE color: 1792274.

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

Color convert

RGB188927-
CMYK0.8000.700.65
HSL127.61º66.36%20.98%-
HSV(B)127.61º79.78%34.9%-
XYZ4.027.352.24-
YUV60.7108.9897.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 89 (35.16% from 255) = 66.42%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=13.43%
G=66.42%
B=20.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889270.8000.700.65127.6166.3620.98
Hex12591B5004641804215
Octal2213133120010610120010225
Binary10010101100111011101000001000110100000110000000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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