Html Css Color HEX #359530 Forest Green

📋 copy color: '#359530'

red 53 ◦ green 149 ◦ blue 48

#359530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #359530

Tints of Forest Green #359530

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 value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#359530 (or 0x359530) is known color: 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

RGB 53 149 48 -
CMYK 0.64 0 0.68 0.42
HSL 117.03º 0.51% 0.39% -
HSV(B) 117.03º 0.68% 0.58% -
XYZ 12.75 22.47 6.46 -
YUV 108.78 93.7 88.21 -
System Red Green Blue C M Y K H S L
Decimal 53 149 48 0.64 0 0.68 0.42 117.03 0.51 0.39
Hex 35 95 30 40 0 44 2A 75 33 27
Octal 65 225 60 100 0 104 52 165 63 47
Binary 110101 10010101 110000 1000000 0 1000100 101010 1110101 110011 100111

Color Harmonies of #359530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359530

Black with #359530

Text Example


Text Example

White with #359530

Text Example


Text Example

HTML Codes & Css Web 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>