#108524

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

Shades of Forest Green #108524

Tints of Forest Green #108524

Color information

#108524 (or 0x108524) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 24. RGB value is (16,133,36). Sum of RGB (Red+Green+Blue) = 16+133+36=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #108524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108524 is #EF7ADB. Grayscale: #575757. Windows color (decimal): -15694556 or 2393360. OLE color: 2393360.

HSL color Cylindrical-coordinate representation of color #108524: hue angle of 130.26º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108524 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1613336-
CMYK0.8800.730.48
HSL130.26º78.52%29.22%-
HSV(B)130.26º87.97%52.16%-
XYZ8.9217.014.48-
YUV86.9699.2477.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 133 (52.34% from 255) = 71.89%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=8.65%
G=71.89%
B=19.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133360.8800.730.48130.2678.5229.22
Hex1085245804930824f1d
Octal202054413001116020211735
Binary100001000010110010010110000100100111000010000010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108524; }

 p { color: rgb(16,133,36); }

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

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

 a { background-color: rgb(16,133,36); }

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

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

 span { border-color: rgb(16,133,36); }

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