#538545

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

Shades of Fern Green #538545

Tints of Fern Green #538545

Color information

#538545 (or 0x538545) is unknown color: approx Fern Green. HEX triplet: 53, 85 and 45. RGB value is (83,133,69). Sum of RGB (Red+Green+Blue) = 83+133+69=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #538545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538545 is #AC7ABA. Grayscale: #6E6E6E. Windows color (decimal): -11303611 or 4556115. OLE color: 4556115.

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

Color convert

RGB8313369-
CMYK0.3800.480.48
HSL106.88º31.68%39.61%-
HSV(B)106.88º48.12%52.16%-
XYZ13.0319.048.62-
YUV110.75104.44108.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=29.12%
G=46.67%
B=24.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133690.3800.480.48106.8831.6839.61
Hex53854526030306b2028
Octal12320510546060601534050
Binary101001110000101100010110011001100001100001101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538545; }

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

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

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

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

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

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

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

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