#45803E

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

Shades of Fern Green #45803E

Tints of Fern Green #45803E

Color information

#45803E (or 0x45803E) is unknown color: approx Fern Green. HEX triplet: 45, 80 and 3E. RGB value is (69,128,62). Sum of RGB (Red+Green+Blue) = 69+128+62=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #45803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45803E is #BA7FC1. Grayscale: #676767. Windows color (decimal): -12222402 or 4096069. OLE color: 4096069.

HSL color Cylindrical-coordinate representation of color #45803E: hue angle of 113.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45803E is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB6912862-
CMYK0.4600.520.50
HSL113.64º34.74%37.25%-
HSV(B)113.64º51.56%50.2%-
XYZ11.0417.057.27-
YUV102.84104.95103.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=26.64%
G=49.42%
B=23.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69128620.4600.520.50113.6434.7437.25
Hex45803E2E03432722325
Octal1052007656064621624345
Binary10001011000000011111010111001101001100101110010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45803E; }

 p { color: rgb(69,128,62); }

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

<style>
 a { background-color: #45803E; }

 a { background-color: rgb(69,128,62); }

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

<style>
 span { border-color: #45803E; }

 span { border-color: rgb(69,128,62); }

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