#5A7D04

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

Shades of Fiji Green #5A7D04

Tints of Fiji Green #5A7D04

Color information

#5A7D04 (or 0x5A7D04) is unknown color: approx Fiji Green. HEX triplet: 5A, 7D and 04. RGB value is (90,125,4). Sum of RGB (Red+Green+Blue) = 90+125+4=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7D04 is #A582FB. Grayscale: #656565. Windows color (decimal): -10846972 or 294234. OLE color: 294234.

HSL color Cylindrical-coordinate representation of color #5A7D04: hue angle of 77.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A7D04 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB901254-
CMYK0.2800.970.51
HSL77.36º93.8%25.29%-
HSV(B)77.36º96.8%49.02%-
XYZ11.5716.852.76-
YUV100.7473.4120.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 125 (49.22% from 255) = 57.08%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=41.10%
G=57.08%
B=1.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9012540.2800.970.5177.3693.825.29
Hex5A7D41C061334d5e19
Octal13217543401416311513631
Binary1011010111110110011100011000011100111001101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,125,4); }

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

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

 a { background-color: rgb(90,125,4); }

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

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

 span { border-color: rgb(90,125,4); }

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