#649A09

Color #649A09 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #649A09

Tints of Christi #649A09

Color information

#649A09 (or 0x649A09) is unknown color: approx Christi. HEX triplet: 64, 9A and 09. RGB value is (100,154,9). Sum of RGB (Red+Green+Blue) = 100+154+9=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #649A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649A09 is #9B65F6. Grayscale: #797979. Windows color (decimal): -10184183 or 629348. OLE color: 629348.

HSL color Cylindrical-coordinate representation of color #649A09: hue angle of 82.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #649A09 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB1001549-
CMYK0.3500.940.40
HSL82.34º88.96%31.96%-
HSV(B)82.34º94.16%60.39%-
XYZ16.8625.844.36-
YUV121.3264.61112.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 154 (60.55% from 255) = 58.56%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=38.02%
G=58.56%
B=3.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10015490.3500.940.4082.3488.9631.96
Hex649A92305E28525920
Octal144232114301365012213140
Binary11001001001101010011000110101111010100010100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649A09; }

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

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

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

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

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

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

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

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