#4C7C00

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

Shades of Fiji Green #4C7C00

Tints of Fiji Green #4C7C00

Color information

#4C7C00 (or 0x4C7C00) is unknown color: approx Fiji Green. HEX triplet: 4C, 7C and 00. RGB value is (76,124,0). Sum of RGB (Red+Green+Blue) = 76+124+0=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7C00 is #B383FF. Grayscale: #5F5F5F. Windows color (decimal): -11764736 or 31820. OLE color: 31820.

HSL color Cylindrical-coordinate representation of color #4C7C00: hue angle of 83.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C7C00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB761240-
CMYK0.39010.51
HSL83.23º100%24.31%-
HSV(B)83.23º100%48.63%-
XYZ10.1915.952.54-
YUV95.5174.1114.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38%
GREEN value IS 124 (48.83% from 255) = 62%
BLUE value IS 0 (0.39% from 255) = 0%
R=38%
G=62%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7612400.39010.5183.2310024.31
Hex4C7C02706433536418
Octal11417404701446312314430
Binary100110011111000100111011001001100111010011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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