#12592F

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

Shades of Crusoe #12592F

Tints of Crusoe #12592F

Color information

#12592F (or 0x12592F) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 2F. RGB value is (18,89,47). Sum of RGB (Red+Green+Blue) = 18+89+47=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #12592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12592F is #EDA6D0. Grayscale: #3F3F3F. Windows color (decimal): -15574737 or 3102994. OLE color: 3102994.

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

Color convert

RGB188947-
CMYK0.8000.470.65
HSL144.51º66.36%20.98%-
HSV(B)144.51º79.78%34.9%-
XYZ4.337.483.9-
YUV62.98118.9895.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 89 (35.16% from 255) = 57.79%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=11.69%
G=57.79%
B=30.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889470.8000.470.65144.5166.3620.98
Hex12592F5002F41914215
Octal221315712005710122110225
Binary10010101100110111110100000101111100000110010001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12592F; }

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

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

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

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

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

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

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

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