#45763A

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

Shades of Fern Green #45763A

Tints of Fern Green #45763A

Color information

#45763A (or 0x45763A) is unknown color: approx Fern Green. HEX triplet: 45, 76 and 3A. RGB value is (69,118,58). Sum of RGB (Red+Green+Blue) = 69+118+58=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #45763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45763A is #BA89C5. Grayscale: #606060. Windows color (decimal): -12224966 or 3831365. OLE color: 3831365.

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

Color convert

RGB6911858-
CMYK0.4200.510.54
HSL109º34.09%34.51%-
HSV(B)109º50.85%46.27%-
XYZ9.714.536.3-
YUV96.51106.27108.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=28.16%
G=48.16%
B=23.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118580.4200.510.5410934.0934.51
Hex45763A2A033366d2223
Octal1051667252063661554243
Binary1000101111011011101010101001100111101101101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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