#359530

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

Shades of Forest Green #359530

Tints of Forest Green #359530

Color information

#359530 (or 0x359530) is unknown color: approx Forest Green. HEX triplet: 35, 95 and 30. RGB value is (53,149,48). Sum of RGB (Red+Green+Blue) = 53+149+48=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #359530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359530 is #CA6ACF. Grayscale: #6D6D6D. Windows color (decimal): -13265616 or 3183925. OLE color: 3183925.

HSL color Cylindrical-coordinate representation of color #359530: hue angle of 117.03º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #359530 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB5314948-
CMYK0.6400.680.42
HSL117.03º51.27%38.63%-
HSV(B)117.03º67.79%58.43%-
XYZ12.7522.476.46-
YUV108.7893.788.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 149 (58.59% from 255) = 59.6%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=21.2%
G=59.6%
B=19.2%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149480.6400.680.42117.0351.2738.63
Hex359530400442A753327
Octal65225601000104521656347
Binary110101100101011100001000000010001001010101110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359530; }

 p { color: rgb(53,149,48); }

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

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

 a { background-color: rgb(53,149,48); }

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

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

 span { border-color: rgb(53,149,48); }

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