#4F7008

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

Shades of Fiji Green #4F7008

Tints of Fiji Green #4F7008

Color information

#4F7008 (or 0x4F7008) is unknown color: approx Fiji Green. HEX triplet: 4F, 70 and 08. RGB value is (79,112,8). Sum of RGB (Red+Green+Blue) = 79+112+8=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7008 is #B08FF7. Grayscale: #5A5A5A. Windows color (decimal): -11571192 or 553039. OLE color: 553039.

HSL color Cylindrical-coordinate representation of color #4F7008: hue angle of 79.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F7008 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB791128-
CMYK0.2900.930.56
HSL79.04º86.67%23.53%-
HSV(B)79.04º92.86%43.92%-
XYZ9.0613.272.31-
YUV90.2881.57119.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.70%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=39.70%
G=56.28%
B=4.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7911280.2900.930.5679.0486.6723.53
Hex4F7081D05D384f5718
Octal117160103501357011712730
Binary10011111110000100011101010111011110001001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,112,8); }

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

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

 a { background-color: rgb(79,112,8); }

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

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

 span { border-color: rgb(79,112,8); }

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