#5F7329

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

Shades of Fiji Green #5F7329

Tints of Fiji Green #5F7329

Color information

#5F7329 (or 0x5F7329) is unknown color: approx Fiji Green. HEX triplet: 5F, 73 and 29. RGB value is (95,115,41). Sum of RGB (Red+Green+Blue) = 95+115+41=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7329 is #A08CD6. Grayscale: #646464. Windows color (decimal): -10521815 or 2716511. OLE color: 2716511.

HSL color Cylindrical-coordinate representation of color #5F7329: hue angle of 76.22º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F7329 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB9511541-
CMYK0.1700.640.55
HSL76.22º47.44%30.59%-
HSV(B)76.22º64.35%45.1%-
XYZ11.2514.854.37-
YUV100.5894.37124.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=37.85%
G=45.82%
B=16.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115410.1700.640.5576.2247.4430.59
Hex5F732911040374c2f1f
Octal13716351210100671145737
Binary101111111100111010011000101000000110111100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,115,41); }

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

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

 a { background-color: rgb(95,115,41); }

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

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

 span { border-color: rgb(95,115,41); }

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