#45843F

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

Shades of Fern Green #45843F

Tints of Fern Green #45843F

Color information

#45843F (or 0x45843F) is unknown color: approx Fern Green. HEX triplet: 45, 84 and 3F. RGB value is (69,132,63). Sum of RGB (Red+Green+Blue) = 69+132+63=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #45843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45843F is #BA7BC0. Grayscale: #696969. Windows color (decimal): -12221377 or 4162629. OLE color: 4162629.

HSL color Cylindrical-coordinate representation of color #45843F: hue angle of 114.78º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45843F is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB6913263-
CMYK0.4800.520.48
HSL114.78º35.38%38.24%-
HSV(B)114.78º52.27%51.76%-
XYZ11.618.137.59-
YUV105.3104.13102.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 63 (25% from 255) = 23.86%
R=26.14%
G=50%
B=23.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69132630.4800.520.48114.7835.3838.24
Hex45843F3003430732326
Octal1052047760064601634346
Binary10001011000010011111111000001101001100001110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45843F; }

 p { color: rgb(69,132,63); }

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

<style>
 a { background-color: #45843F; }

 a { background-color: rgb(69,132,63); }

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

<style>
 span { border-color: #45843F; }

 span { border-color: rgb(69,132,63); }

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