#50733B

Color #50733B Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #50733B

Tints of Fern Green #50733B

Color information

#50733B (or 0x50733B) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 3B. RGB value is (80,115,59). Sum of RGB (Red+Green+Blue) = 80+115+59=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #50733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50733B is #AF8CC4. Grayscale: #626262. Windows color (decimal): -11504837 or 3896144. OLE color: 3896144.

HSL color Cylindrical-coordinate representation of color #50733B: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50733B is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB8011559-
CMYK0.3000.490.55
HSL97.5º32.18%34.12%-
HSV(B)97.5º48.7%45.1%-
XYZ10.2314.286.36-
YUV98.15105.9115.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=31.50%
G=45.28%
B=23.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115590.3000.490.5597.532.1834.12
Hex50733B1E03137622022
Octal1201637336061671424042
Binary101000011100111110111111001100011101111100010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50733B;
 }
 .AnyTagClassName
 {
   color: #50733B;
 }
</style>
background-color css

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

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

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

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

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

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