#4D7205

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

Shades of Fiji Green #4D7205

Tints of Fiji Green #4D7205

Color information

#4D7205 (or 0x4D7205) is unknown color: approx Fiji Green. HEX triplet: 4D, 72 and 05. RGB value is (77,114,5). Sum of RGB (Red+Green+Blue) = 77+114+5=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7205 is #B28DFA. Grayscale: #5A5A5A. Windows color (decimal): -11701755 or 356941. OLE color: 356941.

HSL color Cylindrical-coordinate representation of color #4D7205: hue angle of 80.37º 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 #4D7205 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB771145-
CMYK0.3200.960.55
HSL80.37º91.6%23.33%-
HSV(B)80.37º95.61%44.71%-
XYZ9.1113.622.29-
YUV90.5179.74118.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.29%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=39.29%
G=58.16%
B=2.55%

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
Decimal7711450.3200.960.5580.3791.623.33
Hex4D7252006037505c17
Octal11516254001406712013427
Binary10011011110010101100000011000001101111010000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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