Html Css Color HEX #508235 Fern Green

📋 copy color: '#508235'

red 80 ◦ green 130 ◦ blue 53

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

Shades of Fern Green #508235

Tints of Fern Green #508235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 30.42%
G = 49.43%
B = 20.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#508235 (or 0x508235) is known color: Fern Green. HEX triplet: 50, 82 and 35. RGB value is (80,130,53). Sum of RGB (Red+Green+Blue) = 80+130+53=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #508235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508235 is #AF7DCA. Grayscale: #6A6A6A. Windows color (decimal): -11501003 or 3506768. OLE color: 3506768.

HSL color Cylindrical-coordinate representation of color #508235: hue angle of 98.96º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508235 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 53 -
CMYK 0.38 0 0.59 0.49
HSL 98.96º 0.42% 0.36% -
HSV(B) 98.96º 0.59% 0.51% -
XYZ 11.93 17.93 6.2 -
YUV 106.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 80 130 53 0.38 0 0.59 0.49 98.96 0.42 0.36
Hex 50 82 35 26 0 3B 31 63 2A 24
Octal 120 202 65 46 0 73 61 143 52 44
Binary 1010000 10000010 110101 100110 0 111011 110001 1100011 101010 100100

Color Harmonies of #508235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508235

Black with #508235

Text Example


Text Example

White with #508235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508235; }

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

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

background-color css

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

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

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

border-color css

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

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

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