#45703A

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

Shades of Fern Green #45703A

Tints of Fern Green #45703A

Color information

#45703A (or 0x45703A) is unknown color: approx Fern Green. HEX triplet: 45, 70 and 3A. RGB value is (69,112,58). Sum of RGB (Red+Green+Blue) = 69+112+58=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #45703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45703A is #BA8FC5. Grayscale: #5D5D5D. Windows color (decimal): -12226502 or 3829829. OLE color: 3829829.

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

Color convert

RGB6911258-
CMYK0.3800.480.56
HSL107.78º31.76%33.33%-
HSV(B)107.78º48.21%43.92%-
XYZ9.0113.166.07-
YUV92.99108.25110.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=28.87%
G=46.86%
B=24.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112580.3800.480.56107.7831.7633.33
Hex45703A26030386c2021
Octal1051607246060701544041
Binary1000101111000011101010011001100001110001101100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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