#52943F

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

Shades of Fern Green #52943F

Tints of Fern Green #52943F

Color information

#52943F (or 0x52943F) is unknown color: approx Fern Green. HEX triplet: 52, 94 and 3F. RGB value is (82,148,63). Sum of RGB (Red+Green+Blue) = 82+148+63=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #52943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52943F is #AD6BC0. Grayscale: #767676. Windows color (decimal): -11365313 or 4166738. OLE color: 4166738.

HSL color Cylindrical-coordinate representation of color #52943F: hue angle of 106.59º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52943F is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB8214863-
CMYK0.4500.570.42
HSL106.59º40.28%41.37%-
HSV(B)106.59º57.43%58.04%-
XYZ14.9723.338.42-
YUV118.5896.63101.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 63 (25% from 255) = 21.50%
R=27.99%
G=50.51%
B=21.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148630.4500.570.42106.5940.2841.37
Hex52943F2D0392A6b2829
Octal1222247755071521535051
Binary10100101001010011111110110101110011010101101011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52943F; }

 p { color: rgb(82,148,63); }

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

<style>
 a { background-color: #52943F; }

 a { background-color: rgb(82,148,63); }

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

<style>
 span { border-color: #52943F; }

 span { border-color: rgb(82,148,63); }

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