#5C7413

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

Shades of Fiji Green #5C7413

Tints of Fiji Green #5C7413

Color information

#5C7413 (or 0x5C7413) is unknown color: approx Fiji Green. HEX triplet: 5C, 74 and 13. RGB value is (92,116,19). Sum of RGB (Red+Green+Blue) = 92+116+19=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7413 is #A38BEC. Grayscale: #626262. Windows color (decimal): -10718189 or 1274972. OLE color: 1274972.

HSL color Cylindrical-coordinate representation of color #5C7413: hue angle of 74.85º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C7413 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB9211619-
CMYK0.2100.840.55
HSL74.85º71.85%26.47%-
HSV(B)74.85º83.62%45.49%-
XYZ10.7814.812.91-
YUV97.7783.55123.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.53%
GREEN value IS 116 (45.70% from 255) = 51.10%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=40.53%
G=51.10%
B=8.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92116190.2100.840.5574.8571.8526.47
Hex5C741315054374b481a
Octal134164232501246711311032
Binary101110011101001001110101010101001101111001011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,116,19); }

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

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

 a { background-color: rgb(92,116,19); }

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

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

 span { border-color: rgb(92,116,19); }

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