Html Css Color HEX #616413 Fiji Green

📋 copy color: '#616413'

red 97 ◦ green 100 ◦ blue 19

#616413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #616413

Tints of Fiji Green #616413

RGB

 RED value IS 97 (38.28% from 255) = 44.91%

 GREEN value IS 100 (39.45% from 255) = 46.3%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 44.91%
G = 46.3%
B = 8.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#616413 (or 0x616413) is known color: Fiji Green. HEX triplet: 61, 64 and 13. RGB value is (97,100,19). Sum of RGB (Red+Green+Blue) = 97+100+19=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #616413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616413 is #9E9BEC. Grayscale: #5A5A5A. Windows color (decimal): -10394605 or 1270881. OLE color: 1270881.

HSL color Cylindrical-coordinate representation of color #616413: hue angle of 62.22º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #616413 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 100 19 -
CMYK 0.03 0 0.81 0.61
HSL 62.22º 0.68% 0.23% -
HSV(B) 62.22º 0.81% 0.39% -
XYZ 9.6 11.7 2.37 -
YUV 89.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 97 100 19 0.03 0 0.81 0.61 62.22 0.68 0.23
Hex 61 64 13 3 0 51 3D 3E 44 17
Octal 141 144 23 3 0 121 75 76 104 27
Binary 1100001 1100100 10011 11 0 1010001 111101 111110 1000100 10111

Color Harmonies of #616413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616413

Black with #616413

Text Example


Text Example

White with #616413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616413; }

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

 H1.HeaderClassName
 {
   color: #616413;
 }
 .AnyTagClassName
 {
   color: #616413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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