#45763F

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

Shades of Fern Green #45763F

Tints of Fern Green #45763F

Color information

#45763F (or 0x45763F) is unknown color: approx Fern Green. HEX triplet: 45, 76 and 3F. RGB value is (69,118,63). Sum of RGB (Red+Green+Blue) = 69+118+63=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #45763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45763F is #BA89C0. Grayscale: #616161. Windows color (decimal): -12224961 or 4159045. OLE color: 4159045.

HSL color Cylindrical-coordinate representation of color #45763F: hue angle of 113.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45763F is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6911863-
CMYK0.4200.470.54
HSL113.45º30.39%35.49%-
HSV(B)113.45º46.61%46.27%-
XYZ9.8314.587-
YUV97.08108.77107.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 63 (25% from 255) = 25.2%
R=27.6%
G=47.2%
B=25.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118630.4200.470.54113.4530.3935.49
Hex45763F2A02F36711e23
Octal1051667752057661613643
Binary100010111101101111111010100101111110110111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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