#4C7600

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

Shades of Fiji Green #4C7600

Tints of Fiji Green #4C7600

Color information

#4C7600 (or 0x4C7600) is unknown color: approx Fiji Green. HEX triplet: 4C, 76 and 00. RGB value is (76,118,0). Sum of RGB (Red+Green+Blue) = 76+118+0=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7600 is #B389FF. Grayscale: #5C5C5C. Windows color (decimal): -11766272 or 30284. OLE color: 30284.

HSL color Cylindrical-coordinate representation of color #4C7600: hue angle of 81.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C7600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB761180-
CMYK0.36010.54
HSL81.36º100%23.14%-
HSV(B)81.36º100%46.27%-
XYZ9.4614.492.3-
YUV91.9976.09116.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.18%
G=60.82%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7611800.36010.5481.3610023.14
Hex4C7602406436516417
Octal11416604401446612114427
Binary100110011101100100100011001001101101010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,118,0); }

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

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

 a { background-color: rgb(76,118,0); }

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

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

 span { border-color: rgb(76,118,0); }

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