#52764B

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

Shades of Fern Green #52764B

Tints of Fern Green #52764B

Color information

#52764B (or 0x52764B) is unknown color: approx Fern Green. HEX triplet: 52, 76 and 4B. RGB value is (82,118,75). Sum of RGB (Red+Green+Blue) = 82+118+75=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #52764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52764B is #AD89B4. Grayscale: #666666. Windows color (decimal): -11372981 or 4945490. OLE color: 4945490.

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

Color convert

RGB8211875-
CMYK0.3100.360.54
HSL110.23º22.28%37.84%-
HSV(B)110.23º36.44%46.27%-
XYZ11.2315.269.01-
YUV102.33112.57113.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=29.82%
G=42.91%
B=27.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118750.3100.360.54110.2322.2837.84
Hex52764B1F024366e1626
Octal12216611337044661562646
Binary101001011101101001011111110100100110110110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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