Html Css Color HEX #507748 Fern Green

📋 copy color: '#507748'

red 80 ◦ green 119 ◦ blue 72

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

Shades of Fern Green #507748

Tints of Fern Green #507748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 29.52%
G = 43.91%
B = 26.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#507748 (or 0x507748) is known color: Fern Green. HEX triplet: 50, 77 and 48. RGB value is (80,119,72). Sum of RGB (Red+Green+Blue) = 80+119+72=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #507748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507748 is #AF88B7. Grayscale: #666666. Windows color (decimal): -11503800 or 4749136. OLE color: 4749136.

HSL color Cylindrical-coordinate representation of color #507748: hue angle of 109.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507748 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 72 -
CMYK 0.33 0 0.39 0.53
HSL 109.79º 0.25% 0.37% -
HSV(B) 109.79º 0.39% 0.47% -
XYZ 11.07 15.37 8.51 -
YUV 101.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 80 119 72 0.33 0 0.39 0.53 109.79 0.25 0.37
Hex 50 77 48 21 0 27 35 6E 19 25
Octal 120 167 110 41 0 47 65 156 31 45
Binary 1010000 1110111 1001000 100001 0 100111 110101 1101110 11001 100101

Color Harmonies of #507748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507748

Black with #507748

Text Example


Text Example

White with #507748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507748; }

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

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

background-color css

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

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

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

border-color css

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

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

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