#4E7205

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

Shades of Fiji Green #4E7205

Tints of Fiji Green #4E7205

Color information

#4E7205 (or 0x4E7205) is unknown color: approx Fiji Green. HEX triplet: 4E, 72 and 05. RGB value is (78,114,5). Sum of RGB (Red+Green+Blue) = 78+114+5=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7205 is #B18DFA. Grayscale: #5B5B5B. Windows color (decimal): -11636219 or 356942. OLE color: 356942.

HSL color Cylindrical-coordinate representation of color #4E7205: hue angle of 79.82º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E7205 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB781145-
CMYK0.3200.960.55
HSL79.82º91.6%23.33%-
HSV(B)79.82º95.61%44.71%-
XYZ9.1913.672.3-
YUV90.8179.57118.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=39.59%
G=57.87%
B=2.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7811450.3200.960.5579.8291.623.33
Hex4E7252006037505c17
Octal11616254001406712013427
Binary10011101110010101100000011000001101111010000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,114,5); }

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

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

 a { background-color: rgb(78,114,5); }

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

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

 span { border-color: rgb(78,114,5); }

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