#647420

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

Shades of Fiji Green #647420

Tints of Fiji Green #647420

Color information

#647420 (or 0x647420) is unknown color: approx Fiji Green. HEX triplet: 64, 74 and 20. RGB value is (100,116,32). Sum of RGB (Red+Green+Blue) = 100+116+32=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #647420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647420 is #9B8BDF. Grayscale: #656565. Windows color (decimal): -10193888 or 2126948. OLE color: 2126948.

HSL color Cylindrical-coordinate representation of color #647420: hue angle of 71.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #647420 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB10011632-
CMYK0.1400.720.55
HSL71.43º56.76%29.02%-
HSV(B)71.43º72.41%45.49%-
XYZ11.7615.33.7-
YUV101.6488.7126.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=40.32%
G=46.77%
B=12.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116320.1400.720.5571.4356.7629.02
Hex647420E0483747391d
Octal14416440160110671077135
Binary11001001110100100000111001001000110111100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647420; }

 p { color: rgb(100,116,32); }

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

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

 a { background-color: rgb(100,116,32); }

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

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

 span { border-color: rgb(100,116,32); }

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