#08523B

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

Shades of Sherwood Green #08523B

Tints of Sherwood Green #08523B

Color information

#08523B (or 0x08523B) is unknown color: approx Sherwood Green. HEX triplet: 08, 52 and 3B. RGB value is (8,82,59). Sum of RGB (Red+Green+Blue) = 8+82+59=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #08523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08523B is #F7ADC4. Grayscale: #393939. Windows color (decimal): -16231877 or 3887624. OLE color: 3887624.

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

Color convert

RGB88259-
CMYK0.9000.280.68
HSL161.35º82.22%17.65%-
HSV(B)161.35º90.24%32.16%-
XYZ3.916.45.17-
YUV57.25128.9892.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 82 (32.42% from 255) = 55.03%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=5.37%
G=55.03%
B=39.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882590.9000.280.68161.3582.2217.65
Hex8523B5A01C44a15212
Octal101227313203410424112222
Binary100010100101110111011010011100100010010100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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