#5E6519

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

Shades of Fiji Green #5E6519

Tints of Fiji Green #5E6519

Color information

#5E6519 (or 0x5E6519) is unknown color: approx Fiji Green. HEX triplet: 5E, 65 and 19. RGB value is (94,101,25). Sum of RGB (Red+Green+Blue) = 94+101+25=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6519 is #A19AE6. Grayscale: #5A5A5A. Windows color (decimal): -10590951 or 1664350. OLE color: 1664350.

HSL color Cylindrical-coordinate representation of color #5E6519: hue angle of 65.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E6519 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB9410125-
CMYK0.0700.750.60
HSL65.53º60.32%24.71%-
HSV(B)65.53º75.25%39.61%-
XYZ9.4511.762.69-
YUV90.2491.18130.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=42.73%
G=45.91%
B=11.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101250.0700.750.6065.5360.3224.71
Hex5E6519704B3C423c19
Octal1361453170113741027431
Binary101111011001011100111101001011111100100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,25); }

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

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

 a { background-color: rgb(94,101,25); }

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

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

 span { border-color: rgb(94,101,25); }

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