Html Css Color HEX #50764B Fern Green

📋 copy color: '#50764B'

red 80 ◦ green 118 ◦ blue 75

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

Shades of Fern Green #50764B

Tints of Fern Green #50764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 29.3%
G = 43.22%
B = 27.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#50764B (or 0x50764B) is known color: Fern Green. HEX triplet: 50, 76 and 4B. RGB value is (80,118,75). Sum of RGB (Red+Green+Blue) = 80+118+75=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #50764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50764B is #AF89B4. Grayscale: #656565. Windows color (decimal): -11504053 or 4945488. OLE color: 4945488.

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

Color convert

RGB 80 118 75 -
CMYK 0.32 0 0.36 0.54
HSL 113.02º 0.22% 0.38% -
HSV(B) 113.02º 0.36% 0.46% -
XYZ 11.06 15.17 9 -
YUV 101.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 80 118 75 0.32 0 0.36 0.54 113.02 0.22 0.38
Hex 50 76 4B 20 0 24 36 71 16 26
Octal 120 166 113 40 0 44 66 161 26 46
Binary 1010000 1110110 1001011 100000 0 100100 110110 1110001 10110 100110

Color Harmonies of #50764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50764B

Black with #50764B

Text Example


Text Example

White with #50764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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