#5D6526

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

Shades of Fiji Green #5D6526

Tints of Fiji Green #5D6526

Color information

#5D6526 (or 0x5D6526) is unknown color: approx Fiji Green. HEX triplet: 5D, 65 and 26. RGB value is (93,101,38). Sum of RGB (Red+Green+Blue) = 93+101+38=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6526 is #A29AD9. Grayscale: #5B5B5B. Windows color (decimal): -10656474 or 2516317. OLE color: 2516317.

HSL color Cylindrical-coordinate representation of color #5D6526: hue angle of 67.62º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D6526 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB9310138-
CMYK0.0800.620.60
HSL67.62º45.32%27.25%-
HSV(B)67.62º62.38%39.61%-
XYZ9.5211.773.6-
YUV91.4397.85129.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=40.09%
G=43.53%
B=16.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101380.0800.620.6067.6245.3227.25
Hex5D6526803E3C442d1b
Octal1351454610076741045533
Binary1011101110010110011010000111110111100100010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,38); }

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

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

 a { background-color: rgb(93,101,38); }

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

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

 span { border-color: rgb(93,101,38); }

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