#4C7502

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

Shades of Fiji Green #4C7502

Tints of Fiji Green #4C7502

Color information

#4C7502 (or 0x4C7502) is unknown color: approx Fiji Green. HEX triplet: 4C, 75 and 02. RGB value is (76,117,2). Sum of RGB (Red+Green+Blue) = 76+117+2=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7502 is #B38AFD. Grayscale: #5C5C5C. Windows color (decimal): -11766526 or 161100. OLE color: 161100.

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

Color convert

RGB761172-
CMYK0.3500.980.54
HSL81.39º96.64%23.33%-
HSV(B)81.39º98.29%45.88%-
XYZ9.3514.262.32-
YUV91.6377.42116.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=38.97%
G=60%
B=1.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7611720.3500.980.5481.3996.6423.33
Hex4C7522306236516117
Octal11416524301426612114127
Binary1001100111010110100011011000101101101010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,2); }

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

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

 a { background-color: rgb(76,117,2); }

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

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

 span { border-color: rgb(76,117,2); }

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