#5E6825

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

Shades of Fiji Green #5E6825

Tints of Fiji Green #5E6825

Color information

#5E6825 (or 0x5E6825) is unknown color: approx Fiji Green. HEX triplet: 5E, 68 and 25. RGB value is (94,104,37). Sum of RGB (Red+Green+Blue) = 94+104+37=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6825 is #A197DA. Grayscale: #5D5D5D. Windows color (decimal): -10590171 or 2451550. OLE color: 2451550.

HSL color Cylindrical-coordinate representation of color #5E6825: hue angle of 68.96º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E6825 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB9410437-
CMYK0.1000.640.59
HSL68.96º47.52%27.65%-
HSV(B)68.96º64.42%40.78%-
XYZ9.912.413.62-
YUV93.3796.19128.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 37 (14.84% from 255) = 15.74%
R=40%
G=44.26%
B=15.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104370.1000.640.5968.9647.5227.65
Hex5E6825A0403B45301c
Octal13615045120100731056034
Binary10111101101000100101101001000000111011100010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,37); }

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

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

 a { background-color: rgb(94,104,37); }

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

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

 span { border-color: rgb(94,104,37); }

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