#055238

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

Shades of Sherwood Green #055238

Tints of Sherwood Green #055238

Color information

#055238 (or 0x055238) is unknown color: approx Sherwood Green. HEX triplet: 05, 52 and 38. RGB value is (5,82,56). Sum of RGB (Red+Green+Blue) = 5+82+56=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #055238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055238 is #FAADC7. Grayscale: #383838. Windows color (decimal): -16428488 or 3691013. OLE color: 3691013.

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

Color convert

RGB58256-
CMYK0.9400.320.68
HSL159.74º88.51%17.06%-
HSV(B)159.74º93.9%32.16%-
XYZ3.796.354.77-
YUV56.01127.9991.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=3.50%
G=57.34%
B=39.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582560.9400.320.68159.7488.5117.06
Hex552385E02044a05911
Octal51227013604010424013121
Binary101101001011100010111100100000100010010100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055238; }

 p { color: rgb(5,82,56); }

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

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

 a { background-color: rgb(5,82,56); }

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

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

 span { border-color: rgb(5,82,56); }

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