#4D7702

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

Shades of Fiji Green #4D7702

Tints of Fiji Green #4D7702

Color information

#4D7702 (or 0x4D7702) is unknown color: approx Fiji Green. HEX triplet: 4D, 77 and 02. RGB value is (77,119,2). Sum of RGB (Red+Green+Blue) = 77+119+2=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7702 is #B288FD. Grayscale: #5D5D5D. Windows color (decimal): -11700478 or 161613. OLE color: 161613.

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

Color convert

RGB771192-
CMYK0.3500.980.53
HSL81.54º96.69%23.73%-
HSV(B)81.54º98.32%46.67%-
XYZ9.6714.782.4-
YUV93.176.59116.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 119 (46.88% from 255) = 60.10%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=38.89%
G=60.10%
B=1.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7711920.3500.980.5381.5496.6923.73
Hex4D7722306235526118
Octal11516724301426512214130
Binary1001101111011110100011011000101101011010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,119,2); }

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

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

 a { background-color: rgb(77,119,2); }

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

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

 span { border-color: rgb(77,119,2); }

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