#617413

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

Shades of Fiji Green #617413

Tints of Fiji Green #617413

Color information

#617413 (or 0x617413) is unknown color: approx Fiji Green. HEX triplet: 61, 74 and 13. RGB value is (97,116,19). Sum of RGB (Red+Green+Blue) = 97+116+19=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #617413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617413 is #9E8BEC. Grayscale: #636363. Windows color (decimal): -10390509 or 1274977. OLE color: 1274977.

HSL color Cylindrical-coordinate representation of color #617413: hue angle of 71.75º 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 #617413 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB9711619-
CMYK0.1600.840.55
HSL71.75º71.85%26.47%-
HSV(B)71.75º83.62%45.49%-
XYZ11.2915.082.93-
YUV99.2682.71126.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=41.81%
G=50%
B=8.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97116190.1600.840.5571.7571.8526.47
Hex617413100543748481a
Octal141164232001246711011032
Binary110000111101001001110000010101001101111001000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617413; }

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

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

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

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

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

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

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

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