#53943E

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

Shades of Fern Green #53943E

Tints of Fern Green #53943E

Color information

#53943E (or 0x53943E) is unknown color: approx Fern Green. HEX triplet: 53, 94 and 3E. RGB value is (83,148,62). Sum of RGB (Red+Green+Blue) = 83+148+62=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #53943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53943E is #AC6BC1. Grayscale: #777777. Windows color (decimal): -11299778 or 4101203. OLE color: 4101203.

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

Color convert

RGB8314862-
CMYK0.4400.580.42
HSL105.35º40.95%41.18%-
HSV(B)105.35º58.11%58.04%-
XYZ15.0323.378.28-
YUV118.7695.97102.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=28.33%
G=50.51%
B=21.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148620.4400.580.42105.3540.9541.18
Hex53943E2C03A2A692929
Octal1232247654072521515151
Binary10100111001010011111010110001110101010101101001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53943E; }

 p { color: rgb(83,148,62); }

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

<style>
 a { background-color: #53943E; }

 a { background-color: rgb(83,148,62); }

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

<style>
 span { border-color: #53943E; }

 span { border-color: rgb(83,148,62); }

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