#12592A

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

Shades of Crusoe #12592A

Tints of Crusoe #12592A

Color information

#12592A (or 0x12592A) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 2A. RGB value is (18,89,42). Sum of RGB (Red+Green+Blue) = 18+89+42=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #12592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12592A is #EDA6D5. Grayscale: #3E3E3E. Windows color (decimal): -15574742 or 2775314. OLE color: 2775314.

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

Color convert

RGB188942-
CMYK0.8000.530.65
HSL140.28º66.36%20.98%-
HSV(B)140.28º79.78%34.9%-
XYZ4.247.443.4-
YUV62.41116.4896.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=12.08%
G=59.73%
B=28.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889420.8000.530.65140.2866.3620.98
Hex12592A50035418c4215
Octal221315212006510121410225
Binary10010101100110101010100000110101100000110001100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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