Html Css Color HEX #08513B Sherwood Green

📋 copy color: '#08513B'

red 8 ◦ green 81 ◦ blue 59

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

Shades of Sherwood Green #08513B

Tints of Sherwood Green #08513B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 54.73%

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 5.41%
G = 54.73%
B = 39.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#08513B (or 0x08513B) is known color: Sherwood Green. HEX triplet: 08, 51 and 3B. RGB value is (8,81,59). Sum of RGB (Red+Green+Blue) = 8+81+59=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #08513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08513B is #F7AEC4. Grayscale: #383838. Windows color (decimal): -16232133 or 3887368. OLE color: 3887368.

HSL color Cylindrical-coordinate representation of color #08513B: hue angle of 161.92º 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 #08513B is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 59 -
CMYK 0.90 0 0.27 0.68
HSL 161.92º 0.82% 0.17% -
HSV(B) 161.92º 0.9% 0.32% -
XYZ 3.83 6.25 5.14 -
YUV 56.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 8 81 59 0.90 0 0.27 0.68 161.92 0.82 0.17
Hex 8 51 3B 5A 0 1B 44 A2 52 11
Octal 10 121 73 132 0 33 104 242 122 21
Binary 1000 1010001 111011 1011010 0 11011 1000100 10100010 1010010 10001

Color Harmonies of #08513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08513B

Black with #08513B

Text Example


Text Example

White with #08513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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