#4E710B

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

Shades of Fiji Green #4E710B

Tints of Fiji Green #4E710B

Color information

#4E710B (or 0x4E710B) is unknown color: approx Fiji Green. HEX triplet: 4E, 71 and 0B. RGB value is (78,113,11). Sum of RGB (Red+Green+Blue) = 78+113+11=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #4E710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E710B is #B18EF4. Grayscale: #5B5B5B. Windows color (decimal): -11636469 or 749902. OLE color: 749902.

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

Color convert

RGB7811311-
CMYK0.3100.900.56
HSL80.59º82.26%24.31%-
HSV(B)80.59º90.27%44.31%-
XYZ9.1113.452.43-
YUV90.9182.9118.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=38.61%
G=55.94%
B=5.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78113110.3100.900.5680.5982.2624.31
Hex4E71B1F05A38515218
Octal116161133701327012112230
Binary10011101110001101111111010110101110001010001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,113,11); }

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

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

 a { background-color: rgb(78,113,11); }

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

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

 span { border-color: rgb(78,113,11); }

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