Html Css Color HEX #507935 Fern Green

📋 copy color: '#507935'

red 80 ◦ green 121 ◦ blue 53

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

Shades of Fern Green #507935

Tints of Fern Green #507935

RGB

 RED value IS 80 (31.64% from 255) = 31.5%

 GREEN value IS 121 (47.66% from 255) = 47.64%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 31.5%
G = 47.64%
B = 20.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#507935 (or 0x507935) is known color: Fern Green. HEX triplet: 50, 79 and 35. RGB value is (80,121,53). Sum of RGB (Red+Green+Blue) = 80+121+53=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #507935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507935 is #AF86CA. Grayscale: #656565. Windows color (decimal): -11503307 or 3504464. OLE color: 3504464.

HSL color Cylindrical-coordinate representation of color #507935: hue angle of 96.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507935 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 53 -
CMYK 0.34 0 0.56 0.53
HSL 96.18º 0.39% 0.34% -
HSV(B) 96.18º 0.56% 0.47% -
XYZ 10.79 15.64 5.82 -
YUV 100.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 80 121 53 0.34 0 0.56 0.53 96.18 0.39 0.34
Hex 50 79 35 22 0 38 35 60 27 22
Octal 120 171 65 42 0 70 65 140 47 42
Binary 1010000 1111001 110101 100010 0 111000 110101 1100000 100111 100010

Color Harmonies of #507935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507935

Black with #507935

Text Example


Text Example

White with #507935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507935; }

 p { color: rgb(80,121,53); }

 H1.HeaderClassName
 {
   color: #507935;
 }
 .AnyTagClassName
 {
   color: #507935;
 }
</style>

background-color css

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

 a { background-color: rgb(80,121,53); }

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

border-color css

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

 span { border-color: rgb(80,121,53); }

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