#5C7522

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

Shades of Fiji Green #5C7522

Tints of Fiji Green #5C7522

Color information

#5C7522 (or 0x5C7522) is unknown color: approx Fiji Green. HEX triplet: 5C, 75 and 22. RGB value is (92,117,34). Sum of RGB (Red+Green+Blue) = 92+117+34=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7522 is #A38ADD. Grayscale: #646464. Windows color (decimal): -10717918 or 2258268. OLE color: 2258268.

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

Color convert

RGB9211734-
CMYK0.2100.710.54
HSL78.07º54.97%29.61%-
HSV(B)78.07º70.94%45.88%-
XYZ11.0615.113.85-
YUV100.0690.72122.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.86%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=37.86%
G=48.15%
B=13.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92117340.2100.710.5478.0754.9729.61
Hex5C752215047364e371e
Octal13416542250107661166736
Binary101110011101011000101010101000111110110100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,117,34); }

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

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

 a { background-color: rgb(92,117,34); }

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

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

 span { border-color: rgb(92,117,34); }

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