Html Css Color HEX #085038 Sherwood Green

📋 copy color: '#085038'

red 8 ◦ green 80 ◦ blue 56

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

Shades of Sherwood Green #085038

Tints of Sherwood Green #085038

RGB

 RED value IS 8 (3.52% from 255) = 5.56%

 GREEN value IS 80 (31.64% from 255) = 55.56%

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 5.56%
G = 55.56%
B = 38.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#085038 (or 0x085038) is known color: Sherwood Green. HEX triplet: 08, 50 and 38. RGB value is (8,80,56). Sum of RGB (Red+Green+Blue) = 8+80+56=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #085038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085038 is #F7AFC7. Grayscale: #373737. Windows color (decimal): -16232392 or 3690504. OLE color: 3690504.

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

Color convert

RGB 8 80 56 -
CMYK 0.90 0 0.30 0.69
HSL 160º 0.82% 0.17% -
HSV(B) 160º 0.9% 0.31% -
XYZ 3.68 6.07 4.72 -
YUV 55.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 8 80 56 0.90 0 0.30 0.69 160 0.82 0.17
Hex 8 50 38 5A 0 1E 45 A0 52 11
Octal 10 120 70 132 0 36 105 240 122 21
Binary 1000 1010000 111000 1011010 0 11110 1000101 10100000 1010010 10001

Color Harmonies of #085038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085038

Black with #085038

Text Example


Text Example

White with #085038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085038; }

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

 H1.HeaderClassName
 {
   color: #085038;
 }
 .AnyTagClassName
 {
   color: #085038;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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