Html Css Color HEX #508337 Fern Green

📋 copy color: '#508337'

red 80 ◦ green 131 ◦ blue 55

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

Shades of Fern Green #508337

Tints of Fern Green #508337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 30.08%
G = 49.25%
B = 20.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#508337 (or 0x508337) is known color: Fern Green. HEX triplet: 50, 83 and 37. RGB value is (80,131,55). Sum of RGB (Red+Green+Blue) = 80+131+55=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #508337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508337 is #AF7CC8. Grayscale: #6B6B6B. Windows color (decimal): -11500745 or 3638096. OLE color: 3638096.

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

Color convert

RGB 80 131 55 -
CMYK 0.39 0 0.58 0.49
HSL 100.26º 0.41% 0.36% -
HSV(B) 100.26º 0.58% 0.51% -
XYZ 12.11 18.21 6.49 -
YUV 107.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 80 131 55 0.39 0 0.58 0.49 100.26 0.41 0.36
Hex 50 83 37 27 0 3A 31 64 29 24
Octal 120 203 67 47 0 72 61 144 51 44
Binary 1010000 10000011 110111 100111 0 111010 110001 1100100 101001 100100

Color Harmonies of #508337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508337

Black with #508337

Text Example


Text Example

White with #508337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508337; }

 p { color: rgb(80,131,55); }

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

background-color css

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

 a { background-color: rgb(80,131,55); }

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

border-color css

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

 span { border-color: rgb(80,131,55); }

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