#5C6521

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

Shades of Fiji Green #5C6521

Tints of Fiji Green #5C6521

Color information

#5C6521 (or 0x5C6521) is unknown color: approx Fiji Green. HEX triplet: 5C, 65 and 21. RGB value is (92,101,33). Sum of RGB (Red+Green+Blue) = 92+101+33=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6521 is #A39ADE. Grayscale: #5A5A5A. Windows color (decimal): -10722015 or 2188636. OLE color: 2188636.

HSL color Cylindrical-coordinate representation of color #5C6521: hue angle of 67.94º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C6521 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB9210133-
CMYK0.0900.670.60
HSL67.94º50.75%26.27%-
HSV(B)67.94º67.33%39.61%-
XYZ9.3411.693.2-
YUV90.5695.52129.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.71%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 33 (13.28% from 255) = 14.60%
R=40.71%
G=44.69%
B=14.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92101330.0900.670.6067.9450.7526.27
Hex5C652190433C44331a
Octal13414541110103741046332
Binary10111001100101100001100101000011111100100010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,101,33); }

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

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

 a { background-color: rgb(92,101,33); }

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

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

 span { border-color: rgb(92,101,33); }

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