#05712D

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

Shades of Crusoe #05712D

Tints of Crusoe #05712D

Color information

#05712D (or 0x05712D) is unknown color: approx Crusoe. HEX triplet: 05, 71 and 2D. RGB value is (5,113,45). Sum of RGB (Red+Green+Blue) = 5+113+45=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #05712D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05712D is #FA8ED2. Grayscale: #494949. Windows color (decimal): -16420563 or 2978053. OLE color: 2978053.

HSL color Cylindrical-coordinate representation of color #05712D: hue angle of 142.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05712D is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB511345-
CMYK0.9600.600.56
HSL142.22º91.53%23.14%-
HSV(B)142.22º95.58%44.31%-
XYZ6.4412.034.47-
YUV72.96112.2279.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 113 (44.53% from 255) = 69.33%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=3.07%
G=69.33%
B=27.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113450.9600.600.56142.2291.5323.14
Hex5712D6003C388e5c17
Octal5161551400747021613427
Binary10111100011011011100000011110011100010001110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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