#646D1C

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

Shades of Fiji Green #646D1C

Tints of Fiji Green #646D1C

Color information

#646D1C (or 0x646D1C) is unknown color: approx Fiji Green. HEX triplet: 64, 6D and 1C. RGB value is (100,109,28). Sum of RGB (Red+Green+Blue) = 100+109+28=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #646D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D1C is #9B92E3. Grayscale: #616161. Windows color (decimal): -10195684 or 1863012. OLE color: 1863012.

HSL color Cylindrical-coordinate representation of color #646D1C: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #646D1C is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB10010928-
CMYK0.0800.740.57
HSL66.67º59.12%26.86%-
HSV(B)66.67º74.31%42.75%-
XYZ10.9313.733.17-
YUV97.0789.02130.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=42.19%
G=45.99%
B=11.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109280.0800.740.5766.6759.1226.86
Hex646D1C804A39433b1b
Octal14415534100112711037333
Binary1100100110110111100100001001010111001100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D1C; }

 p { color: rgb(100,109,28); }

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

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

 a { background-color: rgb(100,109,28); }

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

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

 span { border-color: rgb(100,109,28); }

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