Html Css Color HEX #507642 Fern Green

📋 copy color: '#507642'

red 80 ◦ green 118 ◦ blue 66

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

Shades of Fern Green #507642

Tints of Fern Green #507642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.7%

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

R = 30.3%
G = 44.7%
B = 25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#507642 (or 0x507642) is known color: Fern Green. HEX triplet: 50, 76 and 42. RGB value is (80,118,66). Sum of RGB (Red+Green+Blue) = 80+118+66=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #507642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507642 is #AF89BD. Grayscale: #646464. Windows color (decimal): -11504062 or 4355664. OLE color: 4355664.

HSL color Cylindrical-coordinate representation of color #507642: hue angle of 103.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507642 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 66 -
CMYK 0.32 0 0.44 0.54
HSL 103.85º 0.28% 0.36% -
HSV(B) 103.85º 0.44% 0.46% -
XYZ 10.77 15.06 7.49 -
YUV 100.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 80 118 66 0.32 0 0.44 0.54 103.85 0.28 0.36
Hex 50 76 42 20 0 2C 36 68 1C 24
Octal 120 166 102 40 0 54 66 150 34 44
Binary 1010000 1110110 1000010 100000 0 101100 110110 1101000 11100 100100

Color Harmonies of #507642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507642

Black with #507642

Text Example


Text Example

White with #507642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507642; }

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

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

background-color css

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

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

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

border-color css

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

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

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