#5E7217

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

Shades of Fiji Green #5E7217

Tints of Fiji Green #5E7217

Color information

#5E7217 (or 0x5E7217) is unknown color: approx Fiji Green. HEX triplet: 5E, 72 and 17. RGB value is (94,114,23). Sum of RGB (Red+Green+Blue) = 94+114+23=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7217 is #A18DE8. Grayscale: #616161. Windows color (decimal): -10587625 or 1536606. OLE color: 1536606.

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

Color convert

RGB9411423-
CMYK0.1800.800.55
HSL73.19º66.42%26.86%-
HSV(B)73.19º79.82%44.71%-
XYZ10.7914.483.04-
YUV97.6585.87125.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 23 (9.38% from 255) = 9.96%
R=40.69%
G=49.35%
B=9.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114230.1800.800.5573.1966.4226.86
Hex5E7217120503749421b
Octal136162272201206711110233
Binary101111011100101011110010010100001101111001001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,114,23); }

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

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

 a { background-color: rgb(94,114,23); }

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

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

 span { border-color: rgb(94,114,23); }

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