#45703D

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

Shades of Fern Green #45703D

Tints of Fern Green #45703D

Color information

#45703D (or 0x45703D) is unknown color: approx Fern Green. HEX triplet: 45, 70 and 3D. RGB value is (69,112,61). Sum of RGB (Red+Green+Blue) = 69+112+61=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #45703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45703D is #BA8FC2. Grayscale: #5D5D5D. Windows color (decimal): -12226499 or 4026437. OLE color: 4026437.

HSL color Cylindrical-coordinate representation of color #45703D: hue angle of 110.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45703D is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB6911261-
CMYK0.3800.460.56
HSL110.59º29.48%33.92%-
HSV(B)110.59º45.54%43.92%-
XYZ9.0913.196.48-
YUV93.33109.75110.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=28.51%
G=46.28%
B=25.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112610.3800.460.56110.5929.4833.92
Hex45703D2602E386f1d22
Octal1051607546056701573542
Binary100010111100001111011001100101110111000110111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45703D; }

 p { color: rgb(69,112,61); }

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

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

 a { background-color: rgb(69,112,61); }

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

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

 span { border-color: rgb(69,112,61); }

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