#369F34

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

Shades of Forest Green #369F34

Tints of Forest Green #369F34

Color information

#369F34 (or 0x369F34) is unknown color: approx Forest Green. HEX triplet: 36, 9F and 34. RGB value is (54,159,52). Sum of RGB (Red+Green+Blue) = 54+159+52=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #369F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F34 is #C960CB. Grayscale: #737373. Windows color (decimal): -13197516 or 3448630. OLE color: 3448630.

HSL color Cylindrical-coordinate representation of color #369F34: hue angle of 118.88º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #369F34 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB5415952-
CMYK0.6600.670.38
HSL118.88º50.71%41.37%-
HSV(B)118.88º67.3%62.35%-
XYZ14.5425.837.47-
YUV115.4192.2184.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 159 (62.5% from 255) = 60%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=20.38%
G=60%
B=19.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54159520.6600.670.38118.8850.7141.37
Hex369F344204326773329
Octal66237641020103461676351
Binary110110100111111101001000010010000111001101110111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369F34; }

 p { color: rgb(54,159,52); }

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

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

 a { background-color: rgb(54,159,52); }

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

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

 span { border-color: rgb(54,159,52); }

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