#4A7701

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

Shades of Fiji Green #4A7701

Tints of Fiji Green #4A7701

Color information

#4A7701 (or 0x4A7701) is unknown color: approx Fiji Green. HEX triplet: 4A, 77 and 01. RGB value is (74,119,1). Sum of RGB (Red+Green+Blue) = 74+119+1=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7701 is #B588FE. Grayscale: #5C5C5C. Windows color (decimal): -11897087 or 96074. OLE color: 96074.

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

Color convert

RGB741191-
CMYK0.3800.990.53
HSL82.88º98.33%23.53%-
HSV(B)82.88º99.16%46.67%-
XYZ9.4314.652.36-
YUV92.0976.59115.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 119 (46.88% from 255) = 61.34%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=38.14%
G=61.34%
B=0.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7411910.3800.990.5382.8898.3323.53
Hex4A7712606335536218
Octal11216714601436512314230
Binary100101011101111100110011000111101011010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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