#055423

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

Shades of Crusoe #055423

Tints of Crusoe #055423

Color information

#055423 (or 0x055423) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 23. RGB value is (5,84,35). Sum of RGB (Red+Green+Blue) = 5+84+35=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #055423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055423 is #FAABDC. Grayscale: #363636. Windows color (decimal): -16427997 or 2315269. OLE color: 2315269.

HSL color Cylindrical-coordinate representation of color #055423: hue angle of 142.78º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055423 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB58435-
CMYK0.9400.580.67
HSL142.78º88.76%17.45%-
HSV(B)142.78º94.05%32.94%-
XYZ3.546.492.66-
YUV54.79116.8392.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 84 (33.20% from 255) = 67.74%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=4.03%
G=67.74%
B=28.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584350.9400.580.67142.7888.7617.45
Hex554235E03A438f5911
Octal51244313607210321713121
Binary101101010010001110111100111010100001110001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055423; }

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

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

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

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

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

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

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

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