#5E7A1C

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

Shades of Fiji Green #5E7A1C

Tints of Fiji Green #5E7A1C

Color information

#5E7A1C (or 0x5E7A1C) is unknown color: approx Fiji Green. HEX triplet: 5E, 7A and 1C. RGB value is (94,122,28). Sum of RGB (Red+Green+Blue) = 94+122+28=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7A1C is #A185E3. Grayscale: #676767. Windows color (decimal): -10585572 or 1866334. OLE color: 1866334.

HSL color Cylindrical-coordinate representation of color #5E7A1C: hue angle of 77.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E7A1C is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB9412228-
CMYK0.2300.770.52
HSL77.87º62.67%29.41%-
HSV(B)77.87º77.05%47.84%-
XYZ11.7916.383.64-
YUV102.9185.72121.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.52%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 11.48%
R=38.52%
G=50%
B=11.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122280.2300.770.5277.8762.6729.41
Hex5E7A1C1704D344e3f1d
Octal13617234270115641167735
Binary10111101111010111001011101001101110100100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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