#4B7345

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

Shades of Fern Green #4B7345

Tints of Fern Green #4B7345

Color information

#4B7345 (or 0x4B7345) is unknown color: approx Fern Green. HEX triplet: 4B, 73 and 45. RGB value is (75,115,69). Sum of RGB (Red+Green+Blue) = 75+115+69=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7345 is #B48CBA. Grayscale: #616161. Windows color (decimal): -11832507 or 4551499. OLE color: 4551499.

HSL color Cylindrical-coordinate representation of color #4B7345: hue angle of 112.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7345 is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB7511569-
CMYK0.3500.40.55
HSL112.17º25%36.08%-
HSV(B)112.17º40%45.1%-
XYZ10.1114.197.84-
YUV97.8111.75111.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=28.96%
G=44.40%
B=26.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75115690.3500.40.55112.172536.08
Hex4B73452302837701924
Octal11316310543050671603144
Binary1001011111001110001011000110101000110111111000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B7345; }

 p { color: rgb(75,115,69); }

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

<style>
 a { background-color: #4B7345; }

 a { background-color: rgb(75,115,69); }

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

<style>
 span { border-color: #4B7345; }

 span { border-color: rgb(75,115,69); }

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