#055339

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

Shades of Sherwood Green #055339

Tints of Sherwood Green #055339

Color information

#055339 (or 0x055339) is unknown color: approx Sherwood Green. HEX triplet: 05, 53 and 39. RGB value is (5,83,57). Sum of RGB (Red+Green+Blue) = 5+83+57=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #055339 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055339 is #FAACC6. Grayscale: #383838. Windows color (decimal): -16428231 or 3756805. OLE color: 3756805.

HSL color Cylindrical-coordinate representation of color #055339: hue angle of 160º 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 #055339 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB58357-
CMYK0.9400.310.67
HSL160º88.64%17.25%-
HSV(B)160º93.98%32.55%-
XYZ3.896.514.92-
YUV56.71128.1691.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=3.45%
G=57.24%
B=39.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583570.9400.310.6716088.6417.25
Hex553395E01F43a05911
Octal51237113603710324013121
Binary10110100111110011011110011111100001110100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055339; }

 p { color: rgb(5,83,57); }

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

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

 a { background-color: rgb(5,83,57); }

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

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

 span { border-color: rgb(5,83,57); }

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