Html Css Color HEX #508841 Fern Green

📋 copy color: '#508841'

red 80 ◦ green 136 ◦ blue 65

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

Shades of Fern Green #508841

Tints of Fern Green #508841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.4%

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

R = 28.47%
G = 48.4%
B = 23.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#508841 (or 0x508841) is known color: Fern Green. HEX triplet: 50, 88 and 41. RGB value is (80,136,65). Sum of RGB (Red+Green+Blue) = 80+136+65=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #508841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508841 is #AF77BE. Grayscale: #6F6F6F. Windows color (decimal): -11499455 or 4294736. OLE color: 4294736.

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

Color convert

RGB 80 136 65 -
CMYK 0.41 0 0.52 0.47
HSL 107.32º 0.35% 0.39% -
HSV(B) 107.32º 0.52% 0.53% -
XYZ 13.07 19.7 8.11 -
YUV 111.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 80 136 65 0.41 0 0.52 0.47 107.32 0.35 0.39
Hex 50 88 41 29 0 34 2F 6B 23 27
Octal 120 210 101 51 0 64 57 153 43 47
Binary 1010000 10001000 1000001 101001 0 110100 101111 1101011 100011 100111

Color Harmonies of #508841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508841

Black with #508841

Text Example


Text Example

White with #508841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508841; }

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

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

background-color css

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

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

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

border-color css

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

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

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