#4B7C3C

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

Shades of Fern Green #4B7C3C

Tints of Fern Green #4B7C3C

Color information

#4B7C3C (or 0x4B7C3C) is unknown color: approx Fern Green. HEX triplet: 4B, 7C and 3C. RGB value is (75,124,60). Sum of RGB (Red+Green+Blue) = 75+124+60=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7C3C is #B483C3. Grayscale: #666666. Windows color (decimal): -11830212 or 3963979. OLE color: 3963979.

HSL color Cylindrical-coordinate representation of color #4B7C3C: hue angle of 105.94º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B7C3C is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB7512460-
CMYK0.4000.520.51
HSL105.94º34.78%36.08%-
HSV(B)105.94º51.61%48.63%-
XYZ10.9216.246.83-
YUV102.05104.27108.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 124 (48.83% from 255) = 47.88%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=28.96%
G=47.88%
B=23.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75124600.4000.520.51105.9434.7836.08
Hex4B7C3C28034336a2324
Octal1131747450064631524344
Binary1001011111110011110010100001101001100111101010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,60); }

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

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

 a { background-color: rgb(75,124,60); }

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

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

 span { border-color: rgb(75,124,60); }

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