#12592D

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

Shades of Crusoe #12592D

Tints of Crusoe #12592D

Color information

#12592D (or 0x12592D) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 2D. RGB value is (18,89,45). Sum of RGB (Red+Green+Blue) = 18+89+45=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #12592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12592D is #EDA6D2. Grayscale: #3E3E3E. Windows color (decimal): -15574739 or 2971922. OLE color: 2971922.

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

Color convert

RGB188945-
CMYK0.8000.490.65
HSL142.82º66.36%20.98%-
HSV(B)142.82º79.78%34.9%-
XYZ4.37.463.7-
YUV62.76117.9896.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=11.84%
G=58.55%
B=29.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889450.8000.490.65142.8266.3620.98
Hex12592D50031418f4215
Octal221315512006110121710225
Binary10010101100110110110100000110001100000110001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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