#45823A

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

Shades of Fern Green #45823A

Tints of Fern Green #45823A

Color information

#45823A (or 0x45823A) is unknown color: approx Fern Green. HEX triplet: 45, 82 and 3A. RGB value is (69,130,58). Sum of RGB (Red+Green+Blue) = 69+130+58=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #45823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45823A is #BA7DC5. Grayscale: #676767. Windows color (decimal): -12221894 or 3834437. OLE color: 3834437.

HSL color Cylindrical-coordinate representation of color #45823A: hue angle of 110.83º 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 #45823A is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB6913058-
CMYK0.4700.550.49
HSL110.83º38.3%36.86%-
HSV(B)110.83º55.38%50.98%-
XYZ11.217.546.8-
YUV103.55102.29103.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=26.85%
G=50.58%
B=22.57%

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
Decimal69130580.4700.550.49110.8338.336.86
Hex45823A2F037316f2625
Octal1052027257067611574645
Binary10001011000001011101010111101101111100011101111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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