#4A7700

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

Shades of Fiji Green #4A7700

Tints of Fiji Green #4A7700

Color information

#4A7700 (or 0x4A7700) is unknown color: approx Fiji Green. HEX triplet: 4A, 77 and 00. RGB value is (74,119,0). Sum of RGB (Red+Green+Blue) = 74+119+0=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7700 is #B588FF. Grayscale: #5C5C5C. Windows color (decimal): -11897088 or 30538. OLE color: 30538.

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

Color convert

RGB741190-
CMYK0.38010.53
HSL82.69º100%23.33%-
HSV(B)82.69º100%46.67%-
XYZ9.4214.652.33-
YUV91.9876.09115.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 119 (46.88% from 255) = 61.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.34%
G=61.66%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7411900.38010.5382.6910023.33
Hex4A7702606435536417
Octal11216704601446512314427
Binary100101011101110100110011001001101011010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,119,0); }

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

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

 a { background-color: rgb(74,119,0); }

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

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

 span { border-color: rgb(74,119,0); }

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