#108526

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

Shades of Forest Green #108526

Tints of Forest Green #108526

Color information

#108526 (or 0x108526) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 26. RGB value is (16,133,38). Sum of RGB (Red+Green+Blue) = 16+133+38=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #108526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108526 is #EF7AD9. Grayscale: #575757. Windows color (decimal): -15694554 or 2524432. OLE color: 2524432.

HSL color Cylindrical-coordinate representation of color #108526: hue angle of 131.28º 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 #108526 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1613338-
CMYK0.8800.710.48
HSL131.28º78.52%29.22%-
HSV(B)131.28º87.97%52.16%-
XYZ8.9517.034.65-
YUV87.19100.2477.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 133 (52.34% from 255) = 71.12%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=8.56%
G=71.12%
B=20.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133380.8800.710.48131.2878.5229.22
Hex1085265804730834f1d
Octal202054613001076020311735
Binary100001000010110011010110000100011111000010000011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108526; }

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

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

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

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

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

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

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

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