#08523A

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

Shades of Sherwood Green #08523A

Tints of Sherwood Green #08523A

Color information

#08523A (or 0x08523A) is unknown color: approx Sherwood Green. HEX triplet: 08, 52 and 3A. RGB value is (8,82,58). Sum of RGB (Red+Green+Blue) = 8+82+58=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #08523A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08523A is #F7ADC5. Grayscale: #393939. Windows color (decimal): -16231878 or 3822088. OLE color: 3822088.

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

Color convert

RGB88258-
CMYK0.9000.290.68
HSL160.54º82.22%17.65%-
HSV(B)160.54º90.24%32.16%-
XYZ3.886.395.03-
YUV57.14128.4892.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=5.41%
G=55.41%
B=39.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882580.9000.290.68160.5482.2217.65
Hex8523A5A01D44a15212
Octal101227213203510424112222
Binary100010100101110101011010011101100010010100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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