#45803D

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

Shades of Fern Green #45803D

Tints of Fern Green #45803D

Color information

#45803D (or 0x45803D) is unknown color: approx Fern Green. HEX triplet: 45, 80 and 3D. RGB value is (69,128,61). Sum of RGB (Red+Green+Blue) = 69+128+61=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #45803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45803D is #BA7FC2. Grayscale: #666666. Windows color (decimal): -12222403 or 4030533. OLE color: 4030533.

HSL color Cylindrical-coordinate representation of color #45803D: hue angle of 112.84º 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 #45803D is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB6912861-
CMYK0.4600.520.50
HSL112.84º35.45%37.06%-
HSV(B)112.84º52.34%50.2%-
XYZ11.0217.047.12-
YUV102.72104.45103.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 128 (50.39% from 255) = 49.61%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=26.74%
G=49.61%
B=23.64%

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
Decimal69128610.4600.520.50112.8435.4537.06
Hex45803D2E03432712325
Octal1052007556064621614345
Binary10001011000000011110110111001101001100101110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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