#5E7316

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

Shades of Fiji Green #5E7316

Tints of Fiji Green #5E7316

Color information

#5E7316 (or 0x5E7316) is unknown color: approx Fiji Green. HEX triplet: 5E, 73 and 16. RGB value is (94,115,22). Sum of RGB (Red+Green+Blue) = 94+115+22=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7316 is #A18CE9. Grayscale: #626262. Windows color (decimal): -10587370 or 1471326. OLE color: 1471326.

HSL color Cylindrical-coordinate representation of color #5E7316: hue angle of 73.55º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E7316 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB9411522-
CMYK0.1800.810.55
HSL73.55º67.88%26.86%-
HSV(B)73.55º80.87%45.1%-
XYZ10.8914.73.02-
YUV98.1285.04125.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=40.69%
G=49.78%
B=9.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115220.1800.810.5573.5567.8826.86
Hex5E731612051374a441b
Octal136163262201216711210433
Binary101111011100111011010010010100011101111001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7316; }

 p { color: rgb(94,115,22); }

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

<style>
 a { background-color: #5E7316; }

 a { background-color: rgb(94,115,22); }

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

<style>
 span { border-color: #5E7316; }

 span { border-color: rgb(94,115,22); }

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