#085138

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

Shades of Sherwood Green #085138

Tints of Sherwood Green #085138

Color information

#085138 (or 0x085138) is unknown color: approx Sherwood Green. HEX triplet: 08, 51 and 38. RGB value is (8,81,56). Sum of RGB (Red+Green+Blue) = 8+81+56=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #085138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085138 is #F7AEC7. Grayscale: #383838. Windows color (decimal): -16232136 or 3690760. OLE color: 3690760.

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

Color convert

RGB88156-
CMYK0.9000.310.68
HSL159.45º82.02%17.45%-
HSV(B)159.45º90.12%31.76%-
XYZ3.766.224.74-
YUV56.32127.8293.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 81 (32.03% from 255) = 55.86%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=5.52%
G=55.86%
B=38.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881560.9000.310.68159.4582.0217.45
Hex851385A01F449f5211
Octal101217013203710423712221
Binary100010100011110001011010011111100010010011111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085138; }

 p { color: rgb(8,81,56); }

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

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

 a { background-color: rgb(8,81,56); }

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

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

 span { border-color: rgb(8,81,56); }

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