Html Css Color HEX #507248 Fern Green

📋 copy color: '#507248'

red 80 ◦ green 114 ◦ blue 72

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

Shades of Fern Green #507248

Tints of Fern Green #507248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 30.08%
G = 42.86%
B = 27.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#507248 (or 0x507248) is known color: Fern Green. HEX triplet: 50, 72 and 48. RGB value is (80,114,72). Sum of RGB (Red+Green+Blue) = 80+114+72=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #507248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507248 is #AF8DB7. Grayscale: #636363. Windows color (decimal): -11505080 or 4747856. OLE color: 4747856.

HSL color Cylindrical-coordinate representation of color #507248: hue angle of 108.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507248 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 72 -
CMYK 0.30 0 0.37 0.55
HSL 108.57º 0.23% 0.36% -
HSV(B) 108.57º 0.37% 0.45% -
XYZ 10.5 14.21 8.32 -
YUV 99.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 80 114 72 0.30 0 0.37 0.55 108.57 0.23 0.36
Hex 50 72 48 1E 0 25 37 6D 17 24
Octal 120 162 110 36 0 45 67 155 27 44
Binary 1010000 1110010 1001000 11110 0 100101 110111 1101101 10111 100100

Color Harmonies of #507248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507248

Black with #507248

Text Example


Text Example

White with #507248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507248; }

 p { color: rgb(80,114,72); }

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

background-color css

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

 a { background-color: rgb(80,114,72); }

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

border-color css

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

 span { border-color: rgb(80,114,72); }

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