#53764B

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

Shades of Fern Green #53764B

Tints of Fern Green #53764B

Color information

#53764B (or 0x53764B) is unknown color: approx Fern Green. HEX triplet: 53, 76 and 4B. RGB value is (83,118,75). Sum of RGB (Red+Green+Blue) = 83+118+75=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #53764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53764B is #AC89B4. Grayscale: #666666. Windows color (decimal): -11307445 or 4945491. OLE color: 4945491.

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

Color convert

RGB8311875-
CMYK0.3000.360.54
HSL108.84º22.28%37.84%-
HSV(B)108.84º36.44%46.27%-
XYZ11.3215.39.01-
YUV102.63112.4114-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=30.07%
G=42.75%
B=27.17%

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
Decimal83118750.3000.360.54108.8422.2837.84
Hex53764B1E024366d1626
Octal12316611336044661552646
Binary101001111101101001011111100100100110110110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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