#45813A

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

Shades of Fern Green #45813A

Tints of Fern Green #45813A

Color information

#45813A (or 0x45813A) is unknown color: approx Fern Green. HEX triplet: 45, 81 and 3A. RGB value is (69,129,58). Sum of RGB (Red+Green+Blue) = 69+129+58=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #45813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45813A is #BA7EC5. Grayscale: #676767. Windows color (decimal): -12222150 or 3834181. OLE color: 3834181.

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

Color convert

RGB6912958-
CMYK0.4700.550.49
HSL110.7º37.97%36.67%-
HSV(B)110.7º55.04%50.59%-
XYZ11.0717.276.75-
YUV102.97102.62103.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=26.95%
G=50.39%
B=22.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69129580.4700.550.49110.737.9736.67
Hex45813A2F037316f2625
Octal1052017257067611574645
Binary10001011000000111101010111101101111100011101111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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