Html Css Color HEX #50753B Fern Green

📋 copy color: '#50753B'

red 80 ◦ green 117 ◦ blue 59

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

Shades of Fern Green #50753B

Tints of Fern Green #50753B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 59 (23.44% from 255) = 23.05%

R = 31.25%
G = 45.7%
B = 23.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#50753B (or 0x50753B) is known color: Fern Green. HEX triplet: 50, 75 and 3B. RGB value is (80,117,59). Sum of RGB (Red+Green+Blue) = 80+117+59=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #50753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50753B is #AF8AC4. Grayscale: #636363. Windows color (decimal): -11504325 or 3896656. OLE color: 3896656.

HSL color Cylindrical-coordinate representation of color #50753B: hue angle of 98.28º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50753B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 59 -
CMYK 0.32 0 0.50 0.54
HSL 98.28º 0.33% 0.35% -
HSV(B) 98.28º 0.5% 0.46% -
XYZ 10.46 14.74 6.43 -
YUV 99.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 80 117 59 0.32 0 0.50 0.54 98.28 0.33 0.35
Hex 50 75 3B 20 0 32 36 62 21 23
Octal 120 165 73 40 0 62 66 142 41 43
Binary 1010000 1110101 111011 100000 0 110010 110110 1100010 100001 100011

Color Harmonies of #50753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50753B

Black with #50753B

Text Example


Text Example

White with #50753B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,117,59); }

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

background-color css

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

 a { background-color: rgb(80,117,59); }

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

border-color css

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

 span { border-color: rgb(80,117,59); }

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