#05592D

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

Shades of Crusoe #05592D

Tints of Crusoe #05592D

Color information

#05592D (or 0x05592D) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 2D. RGB value is (5,89,45). Sum of RGB (Red+Green+Blue) = 5+89+45=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #05592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05592D is #FAA6D2. Grayscale: #3A3A3A. Windows color (decimal): -16426707 or 2971909. OLE color: 2971909.

HSL color Cylindrical-coordinate representation of color #05592D: hue angle of 148.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05592D is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB58945-
CMYK0.9400.490.65
HSL148.57º89.36%18.43%-
HSV(B)148.57º94.38%34.9%-
XYZ4.117.373.69-
YUV58.87120.1789.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=3.60%
G=64.03%
B=32.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589450.9400.490.65148.5789.3618.43
Hex5592D5E03141955912
Octal51315513606110122513122
Binary101101100110110110111100110001100000110010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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