#538645

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

Shades of Fern Green #538645

Tints of Fern Green #538645

Color information

#538645 (or 0x538645) is unknown color: approx Fern Green. HEX triplet: 53, 86 and 45. RGB value is (83,134,69). Sum of RGB (Red+Green+Blue) = 83+134+69=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #538645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538645 is #AC79BA. Grayscale: #6F6F6F. Windows color (decimal): -11303355 or 4556371. OLE color: 4556371.

HSL color Cylindrical-coordinate representation of color #538645: hue angle of 107.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538645 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB8313469-
CMYK0.3800.490.47
HSL107.08º32.02%39.8%-
HSV(B)107.08º48.51%52.55%-
XYZ13.1719.328.67-
YUV111.34104.1107.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=29.02%
G=46.85%
B=24.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134690.3800.490.47107.0832.0239.8
Hex538645260312F6b2028
Octal12320610546061571534050
Binary101001110000110100010110011001100011011111101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538645; }

 p { color: rgb(83,134,69); }

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

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

 a { background-color: rgb(83,134,69); }

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

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

 span { border-color: rgb(83,134,69); }

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