#4F720B

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

Shades of Fiji Green #4F720B

Tints of Fiji Green #4F720B

Color information

#4F720B (or 0x4F720B) is unknown color: approx Fiji Green. HEX triplet: 4F, 72 and 0B. RGB value is (79,114,11). Sum of RGB (Red+Green+Blue) = 79+114+11=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #4F720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F720B is #B08DF4. Grayscale: #5C5C5C. Windows color (decimal): -11570677 or 750159. OLE color: 750159.

HSL color Cylindrical-coordinate representation of color #4F720B: hue angle of 80.39º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F720B is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB7911411-
CMYK0.3100.900.55
HSL80.39º82.4%24.51%-
HSV(B)80.39º90.35%44.71%-
XYZ9.313.722.47-
YUV91.7982.4118.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=38.73%
G=55.88%
B=5.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79114110.3100.900.5580.3982.424.51
Hex4F72B1F05A37505219
Octal117162133701326712012231
Binary10011111110010101111111010110101101111010000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,11); }

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

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

 a { background-color: rgb(79,114,11); }

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

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

 span { border-color: rgb(79,114,11); }

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