#53764c

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

Shades of Fern Green #53764C

Tints of Fern Green #53764C

Color information

#53764C (or 0x53764C) is unknown color: approx Fern Green. HEX triplet: 53, 76 and 4C. RGB value is (83,118,76). Sum of RGB (Red+Green+Blue) = 83+118+76=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #53764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53764C is #AC89B3. Grayscale: #666666. Windows color (decimal): -11307444 or 5011027. OLE color: 5011027.

HSL color Cylindrical-coordinate representation of color #53764C: hue angle of 110º 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 #53764C is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB8311876-
CMYK0.3000.360.54
HSL110º21.65%38.04%-
HSV(B)110º35.59%46.27%-
XYZ11.3515.329.2-
YUV102.75112.9113.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=29.96%
G=42.60%
B=27.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118760.3000.360.5411021.6538.04
Hex53764C1E024366e1626
Octal12316611436044661562646
Binary101001111101101001100111100100100110110110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53764c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53764c; }

 p { color: rgb(83,118,76); }

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

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

 a { background-color: rgb(83,118,76); }

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

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

 span { border-color: rgb(83,118,76); }

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