#4C7605

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

Shades of Fiji Green #4C7605

Tints of Fiji Green #4C7605

Color information

#4C7605 (or 0x4C7605) is unknown color: approx Fiji Green. HEX triplet: 4C, 76 and 05. RGB value is (76,118,5). Sum of RGB (Red+Green+Blue) = 76+118+5=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7605 is #B389FA. Grayscale: #5C5C5C. Windows color (decimal): -11766267 or 357964. OLE color: 357964.

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

Color convert

RGB761185-
CMYK0.3600.960.54
HSL82.3º91.87%24.12%-
HSV(B)82.3º95.76%46.27%-
XYZ9.4914.52.44-
YUV92.5678.59116.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.19%
GREEN value IS 118 (46.48% from 255) = 59.30%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=38.19%
G=59.30%
B=2.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7611850.3600.960.5482.391.8724.12
Hex4C7652406036525c18
Octal11416654401406612213430
Binary10011001110110101100100011000001101101010010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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