#5D7523

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

Shades of Fiji Green #5D7523

Tints of Fiji Green #5D7523

Color information

#5D7523 (or 0x5D7523) is unknown color: approx Fiji Green. HEX triplet: 5D, 75 and 23. RGB value is (93,117,35). Sum of RGB (Red+Green+Blue) = 93+117+35=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7523 is #A28ADC. Grayscale: #646464. Windows color (decimal): -10652381 or 2323805. OLE color: 2323805.

HSL color Cylindrical-coordinate representation of color #5D7523: hue angle of 77.56º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D7523 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB9311735-
CMYK0.2100.700.54
HSL77.56º53.95%29.8%-
HSV(B)77.56º70.09%45.88%-
XYZ11.1815.173.93-
YUV100.4891.05122.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=37.96%
G=47.76%
B=14.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93117350.2100.700.5477.5653.9529.8
Hex5D752315046364e361e
Octal13516543250106661166636
Binary101110111101011000111010101000110110110100111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,117,35); }

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

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

 a { background-color: rgb(93,117,35); }

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

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

 span { border-color: rgb(93,117,35); }

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