#5D7A1F

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

Shades of Fiji Green #5D7A1F

Tints of Fiji Green #5D7A1F

Color information

#5D7A1F (or 0x5D7A1F) is unknown color: approx Fiji Green. HEX triplet: 5D, 7A and 1F. RGB value is (93,122,31). Sum of RGB (Red+Green+Blue) = 93+122+31=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A1F is #A285E0. Grayscale: #676767. Windows color (decimal): -10651105 or 2062941. OLE color: 2062941.

HSL color Cylindrical-coordinate representation of color #5D7A1F: hue angle of 79.12º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D7A1F is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB9312231-
CMYK0.2400.750.52
HSL79.12º59.48%30%-
HSV(B)79.12º74.59%47.84%-
XYZ11.7216.353.83-
YUV102.9687.39120.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.80%
GREEN value IS 122 (48.05% from 255) = 49.59%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=37.80%
G=49.59%
B=12.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122310.2400.750.5279.1259.4830
Hex5D7A1F1804B344f3b1e
Octal13517237300113641177336
Binary10111011111010111111100001001011110100100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,31); }

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

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

 a { background-color: rgb(93,122,31); }

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

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

 span { border-color: rgb(93,122,31); }

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