Html Css Color HEX #508441 Fern Green

📋 copy color: '#508441'

red 80 ◦ green 132 ◦ blue 65

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

Shades of Fern Green #508441

Tints of Fern Green #508441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 28.88%
G = 47.65%
B = 23.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#508441 (or 0x508441) is known color: Fern Green. HEX triplet: 50, 84 and 41. RGB value is (80,132,65). Sum of RGB (Red+Green+Blue) = 80+132+65=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #508441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508441 is #AF7BBE. Grayscale: #6D6D6D. Windows color (decimal): -11500479 or 4293712. OLE color: 4293712.

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

Color convert

RGB 80 132 65 -
CMYK 0.39 0 0.51 0.48
HSL 106.57º 0.34% 0.39% -
HSV(B) 106.57º 0.51% 0.52% -
XYZ 12.51 18.59 7.93 -
YUV 108.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 80 132 65 0.39 0 0.51 0.48 106.57 0.34 0.39
Hex 50 84 41 27 0 33 30 6B 22 27
Octal 120 204 101 47 0 63 60 153 42 47
Binary 1010000 10000100 1000001 100111 0 110011 110000 1101011 100010 100111

Color Harmonies of #508441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508441

Black with #508441

Text Example


Text Example

White with #508441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508441; }

 p { color: rgb(80,132,65); }

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

background-color css

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

 a { background-color: rgb(80,132,65); }

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

border-color css

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

 span { border-color: rgb(80,132,65); }

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