#45853B

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

Shades of Fern Green #45853B

Tints of Fern Green #45853B

Color information

#45853B (or 0x45853B) is unknown color: approx Fern Green. HEX triplet: 45, 85 and 3B. RGB value is (69,133,59). Sum of RGB (Red+Green+Blue) = 69+133+59=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #45853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45853B is #BA7AC4. Grayscale: #696969. Windows color (decimal): -12221125 or 3900741. OLE color: 3900741.

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

Color convert

RGB6913359-
CMYK0.4800.560.48
HSL111.89º38.54%37.65%-
HSV(B)111.89º55.64%52.16%-
XYZ11.6318.367.07-
YUV105.43101.8102.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=26.44%
G=50.96%
B=22.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69133590.4800.560.48111.8938.5437.65
Hex45853B3003830702726
Octal1052057360070601604746
Binary10001011000010111101111000001110001100001110000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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