#45813B

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

Shades of Fern Green #45813B

Tints of Fern Green #45813B

Color information

#45813B (or 0x45813B) is unknown color: approx Fern Green. HEX triplet: 45, 81 and 3B. RGB value is (69,129,59). Sum of RGB (Red+Green+Blue) = 69+129+59=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #45813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45813B is #BA7EC4. Grayscale: #676767. Windows color (decimal): -12222149 or 3899717. OLE color: 3899717.

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

Color convert

RGB6912959-
CMYK0.4700.540.49
HSL111.43º37.23%36.86%-
HSV(B)111.43º54.26%50.59%-
XYZ11.0917.286.89-
YUV103.08103.12103.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=26.85%
G=50.19%
B=22.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69129590.4700.540.49111.4337.2336.86
Hex45813B2F036316f2525
Octal1052017357066611574545
Binary10001011000000111101110111101101101100011101111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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