#648009

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

Shades of Fiji Green #648009

Tints of Fiji Green #648009

Color information

#648009 (or 0x648009) is unknown color: approx Fiji Green. HEX triplet: 64, 80 and 09. RGB value is (100,128,9). Sum of RGB (Red+Green+Blue) = 100+128+9=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #648009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648009 is #9B7FF6. Grayscale: #6A6A6A. Windows color (decimal): -10190839 or 622692. OLE color: 622692.

HSL color Cylindrical-coordinate representation of color #648009: hue angle of 74.12º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #648009 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1001289-
CMYK0.2200.930.50
HSL74.12º86.86%26.86%-
HSV(B)74.12º92.97%50.2%-
XYZ13.0218.173.08-
YUV106.0673.22123.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=42.19%
G=54.01%
B=3.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10012890.2200.930.5074.1286.8626.86
Hex648091605D324a571b
Octal144200112601356211212733
Binary110010010000000100110110010111011100101001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648009; }

 p { color: rgb(100,128,9); }

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

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

 a { background-color: rgb(100,128,9); }

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

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

 span { border-color: rgb(100,128,9); }

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