Html Css Color HEX #507042 Fern Green

📋 copy color: '#507042'

red 80 ◦ green 112 ◦ blue 66

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

Shades of Fern Green #507042

Tints of Fern Green #507042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

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

R = 31.01%
G = 43.41%
B = 25.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#507042 (or 0x507042) is known color: Fern Green. HEX triplet: 50, 70 and 42. RGB value is (80,112,66). Sum of RGB (Red+Green+Blue) = 80+112+66=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #507042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507042 is #AF8FBD. Grayscale: #616161. Windows color (decimal): -11505598 or 4354128. OLE color: 4354128.

HSL color Cylindrical-coordinate representation of color #507042: hue angle of 101.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507042 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 66 -
CMYK 0.29 0 0.41 0.56
HSL 101.74º 0.26% 0.35% -
HSV(B) 101.74º 0.41% 0.44% -
XYZ 10.09 13.69 7.26 -
YUV 97.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 80 112 66 0.29 0 0.41 0.56 101.74 0.26 0.35
Hex 50 70 42 1D 0 29 38 66 1A 23
Octal 120 160 102 35 0 51 70 146 32 43
Binary 1010000 1110000 1000010 11101 0 101001 111000 1100110 11010 100011

Color Harmonies of #507042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507042

Black with #507042

Text Example


Text Example

White with #507042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507042; }

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

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

background-color css

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

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

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

border-color css

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

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

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