#056323

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

Shades of Crusoe #056323

Tints of Crusoe #056323

Color information

#056323 (or 0x056323) is unknown color: approx Crusoe. HEX triplet: 05, 63 and 23. RGB value is (5,99,35). Sum of RGB (Red+Green+Blue) = 5+99+35=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #056323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056323 is #FA9CDC. Grayscale: #3F3F3F. Windows color (decimal): -16424157 or 2319109. OLE color: 2319109.

HSL color Cylindrical-coordinate representation of color #056323: hue angle of 139.15º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056323 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB59935-
CMYK0.9500.650.61
HSL139.15º90.38%20.39%-
HSV(B)139.15º94.95%38.82%-
XYZ4.839.083.09-
YUV63.6111.8686.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 99 (39.06% from 255) = 71.22%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=3.60%
G=71.22%
B=25.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599350.9500.650.61139.1590.3820.39
Hex563235F0413D8b5a14
Octal51434313701017521313224
Binary101110001110001110111110100000111110110001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056323; }

 p { color: rgb(5,99,35); }

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

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

 a { background-color: rgb(5,99,35); }

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

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

 span { border-color: rgb(5,99,35); }

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