#05533A

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

Shades of Sherwood Green #05533A

Tints of Sherwood Green #05533A

Color information

#05533A (or 0x05533A) is unknown color: approx Sherwood Green. HEX triplet: 05, 53 and 3A. RGB value is (5,83,58). Sum of RGB (Red+Green+Blue) = 5+83+58=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #05533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05533A is #FAACC5. Grayscale: #383838. Windows color (decimal): -16428230 or 3822341. OLE color: 3822341.

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

Color convert

RGB58358-
CMYK0.9400.300.67
HSL160.77º88.64%17.25%-
HSV(B)160.77º93.98%32.55%-
XYZ3.926.525.06-
YUV56.83128.6691.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=3.42%
G=56.85%
B=39.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583580.9400.300.67160.7788.6417.25
Hex5533A5E01E43a15911
Octal51237213603610324113121
Binary10110100111110101011110011110100001110100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05533A; }

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

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

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

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

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

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

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

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