#5e7c1c

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

Shades of Fiji Green #5E7C1C

Tints of Fiji Green #5E7C1C

Color information

#5E7C1C (or 0x5E7C1C) is unknown color: approx Fiji Green. HEX triplet: 5E, 7C and 1C. RGB value is (94,124,28). Sum of RGB (Red+Green+Blue) = 94+124+28=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7C1C is #A183E3. Grayscale: #686868. Windows color (decimal): -10585060 or 1866846. OLE color: 1866846.

HSL color Cylindrical-coordinate representation of color #5E7C1C: hue angle of 78.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E7C1C is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB9412428-
CMYK0.2400.770.51
HSL78.75º63.16%29.8%-
HSV(B)78.75º77.42%48.63%-
XYZ12.0316.883.72-
YUV104.0985.06120.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=38.21%
G=50.41%
B=11.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94124280.2400.770.5178.7563.1629.8
Hex5E7C1C1804D334f3f1e
Octal13617434300115631177736
Binary10111101111100111001100001001101110011100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e7c1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,124,28); }

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

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

 a { background-color: rgb(94,124,28); }

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

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

 span { border-color: rgb(94,124,28); }

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