#45813D

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

Shades of Fern Green #45813D

Tints of Fern Green #45813D

Color information

#45813D (or 0x45813D) is unknown color: approx Fern Green. HEX triplet: 45, 81 and 3D. RGB value is (69,129,61). Sum of RGB (Red+Green+Blue) = 69+129+61=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #45813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45813D is #BA7EC2. Grayscale: #676767. Windows color (decimal): -12222147 or 4030789. OLE color: 4030789.

HSL color Cylindrical-coordinate representation of color #45813D: hue angle of 112.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45813D is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB6912961-
CMYK0.4700.530.49
HSL112.94º35.79%37.25%-
HSV(B)112.94º52.71%50.59%-
XYZ11.1517.37.17-
YUV103.31104.12103.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=26.64%
G=49.81%
B=23.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69129610.4700.530.49112.9435.7937.25
Hex45813D2F03531712425
Octal1052017557065611614445
Binary10001011000000111110110111101101011100011110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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