#647320

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

Shades of Fiji Green #647320

Tints of Fiji Green #647320

Color information

#647320 (or 0x647320) is unknown color: approx Fiji Green. HEX triplet: 64, 73 and 20. RGB value is (100,115,32). Sum of RGB (Red+Green+Blue) = 100+115+32=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #647320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647320 is #9B8CDF. Grayscale: #656565. Windows color (decimal): -10194144 or 2126692. OLE color: 2126692.

HSL color Cylindrical-coordinate representation of color #647320: hue angle of 70.84º degrees, saturation: 0.56, 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 #647320 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB10011532-
CMYK0.1300.720.55
HSL70.84º56.46%28.82%-
HSV(B)70.84º72.17%45.1%-
XYZ11.6515.083.66-
YUV101.0589.03127.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=40.49%
G=46.56%
B=12.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115320.1300.720.5570.8456.4628.82
Hex647320D0483747381d
Octal14416340150110671077035
Binary11001001110011100000110101001000110111100011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647320; }

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

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

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

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

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

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

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

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