#45853F

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

Shades of Fern Green #45853F

Tints of Fern Green #45853F

Color information

#45853F (or 0x45853F) is unknown color: approx Fern Green. HEX triplet: 45, 85 and 3F. RGB value is (69,133,63). Sum of RGB (Red+Green+Blue) = 69+133+63=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #45853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45853F is #BA7AC0. Grayscale: #6A6A6A. Windows color (decimal): -12221121 or 4162885. OLE color: 4162885.

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

Color convert

RGB6913363-
CMYK0.4800.530.48
HSL114.86º35.71%38.43%-
HSV(B)114.86º52.63%52.16%-
XYZ11.7418.47.64-
YUV105.88103.8101.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 63 (25% from 255) = 23.77%
R=26.04%
G=50.19%
B=23.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69133630.4800.530.48114.8635.7138.43
Hex45853F3003530732426
Octal1052057760065601634446
Binary10001011000010111111111000001101011100001110011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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