Html Css Color HEX #085138 Sherwood Green

📋 copy color: '#085138'

red 8 ◦ green 81 ◦ blue 56

#085138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #085138

Tints of Sherwood Green #085138

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 value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#085138 (or 0x085138) is known color: 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

RGB 8 81 56 -
CMYK 0.90 0 0.31 0.68
HSL 159.45º 0.82% 0.17% -
HSV(B) 159.45º 0.9% 0.32% -
XYZ 3.76 6.22 4.74 -
YUV 56.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 8 81 56 0.90 0 0.31 0.68 159.45 0.82 0.17
Hex 8 51 38 5A 0 1F 44 9F 52 11
Octal 10 121 70 132 0 37 104 237 122 21
Binary 1000 1010001 111000 1011010 0 11111 1000100 10011111 1010010 10001

Color Harmonies of #085138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085138

Black with #085138

Text Example


Text Example

White with #085138

Text Example


Text Example

HTML Codes & Css Web 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>