#5D6221

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

Shades of Fiji Green #5D6221

Tints of Fiji Green #5D6221

Color information

#5D6221 (or 0x5D6221) is unknown color: approx Fiji Green. HEX triplet: 5D, 62 and 21. RGB value is (93,98,33). Sum of RGB (Red+Green+Blue) = 93+98+33=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6221 is #A29DDE. Grayscale: #595959. Windows color (decimal): -10657247 or 2187869. OLE color: 2187869.

HSL color Cylindrical-coordinate representation of color #5D6221: hue angle of 64.62º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D6221 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB939833-
CMYK0.0500.660.62
HSL64.62º49.62%25.69%-
HSV(B)64.62º66.33%38.43%-
XYZ9.1611.173.11-
YUV89.196.34130.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=41.52%
G=43.75%
B=14.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398330.0500.660.6264.6249.6225.69
Hex5D622150423E41321a
Octal1351424150102761016232
Binary1011101110001010000110101000010111110100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,33); }

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

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

 a { background-color: rgb(93,98,33); }

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

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

 span { border-color: rgb(93,98,33); }

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