Html Css Color HEX #508442 Fern Green

📋 copy color: '#508442'

red 80 ◦ green 132 ◦ blue 66

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

Shades of Fern Green #508442

Tints of Fern Green #508442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 28.78%
G = 47.48%
B = 23.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#508442 (or 0x508442) is known color: Fern Green. HEX triplet: 50, 84 and 42. RGB value is (80,132,66). Sum of RGB (Red+Green+Blue) = 80+132+66=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #508442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508442 is #AF7BBD. Grayscale: #6D6D6D. Windows color (decimal): -11500478 or 4359248. OLE color: 4359248.

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

Color convert

RGB 80 132 66 -
CMYK 0.39 0 0.5 0.48
HSL 107.27º 0.33% 0.39% -
HSV(B) 107.27º 0.5% 0.52% -
XYZ 12.54 18.6 8.08 -
YUV 108.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 80 132 66 0.39 0 0.5 0.48 107.27 0.33 0.39
Hex 50 84 42 27 0 32 30 6B 21 27
Octal 120 204 102 47 0 62 60 153 41 47
Binary 1010000 10000100 1000010 100111 0 110010 110000 1101011 100001 100111

Color Harmonies of #508442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508442

Black with #508442

Text Example


Text Example

White with #508442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508442; }

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

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

background-color css

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

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

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

border-color css

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

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

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