Html Css Color HEX #508A41 Fern Green

📋 copy color: '#508A41'

red 80 ◦ green 138 ◦ blue 65

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

Shades of Fern Green #508A41

Tints of Fern Green #508A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.76%

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

R = 28.27%
G = 48.76%
B = 22.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#508A41 (or 0x508A41) is known color: Fern Green. HEX triplet: 50, 8A and 41. RGB value is (80,138,65). Sum of RGB (Red+Green+Blue) = 80+138+65=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #508A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A41 is #AF75BE. Grayscale: #707070. Windows color (decimal): -11498943 or 4295248. OLE color: 4295248.

HSL color Cylindrical-coordinate representation of color #508A41: hue angle of 107.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508A41 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 138 65 -
CMYK 0.42 0 0.53 0.46
HSL 107.67º 0.36% 0.4% -
HSV(B) 107.67º 0.53% 0.54% -
XYZ 13.35 20.26 8.21 -
YUV 112.34 101.28 104.94 -
System Red Green Blue C M Y K H S L
Decimal 80 138 65 0.42 0 0.53 0.46 107.67 0.36 0.4
Hex 50 8A 41 2A 0 35 2E 6C 24 28
Octal 120 212 101 52 0 65 56 154 44 50
Binary 1010000 10001010 1000001 101010 0 110101 101110 1101100 100100 101000

Color Harmonies of #508A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508A41

Black with #508A41

Text Example


Text Example

White with #508A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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