#5C7521

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

Shades of Fiji Green #5C7521

Tints of Fiji Green #5C7521

Color information

#5C7521 (or 0x5C7521) is unknown color: approx Fiji Green. HEX triplet: 5C, 75 and 21. RGB value is (92,117,33). Sum of RGB (Red+Green+Blue) = 92+117+33=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7521 is #A38ADE. Grayscale: #646464. Windows color (decimal): -10717919 or 2192732. OLE color: 2192732.

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

Color convert

RGB9211733-
CMYK0.2100.720.54
HSL77.86º56%29.41%-
HSV(B)77.86º71.79%45.88%-
XYZ11.0515.113.77-
YUV99.9590.22122.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=38.02%
G=48.35%
B=13.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92117330.2100.720.5477.865629.41
Hex5C752115048364e381d
Octal13416541250110661167035
Binary101110011101011000011010101001000110110100111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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