#649C15

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

Shades of Christi #649C15

Tints of Christi #649C15

Color information

#649C15 (or 0x649C15) is unknown color: approx Christi. HEX triplet: 64, 9C and 15. RGB value is (100,156,21). Sum of RGB (Red+Green+Blue) = 100+156+21=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #649C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649C15 is #9B63EA. Grayscale: #7C7C7C. Windows color (decimal): -10183659 or 1416292. OLE color: 1416292.

HSL color Cylindrical-coordinate representation of color #649C15: hue angle of 84.89º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #649C15 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB10015621-
CMYK0.3600.870.39
HSL84.89º76.27%34.71%-
HSV(B)84.89º86.54%61.18%-
XYZ17.2826.544.92-
YUV123.8769.95110.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 156 (61.33% from 255) = 56.32%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=36.10%
G=56.32%
B=7.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156210.3600.870.3984.8976.2734.71
Hex649C152405727554c23
Octal144234254401274712511443
Binary110010010011100101011001000101011110011110101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,156,21); }

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

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

 a { background-color: rgb(100,156,21); }

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

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

 span { border-color: rgb(100,156,21); }

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