#649D17

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

Shades of Christi #649D17

Tints of Christi #649D17

Color information

#649D17 (or 0x649D17) is unknown color: approx Christi. HEX triplet: 64, 9D and 17. RGB value is (100,157,23). Sum of RGB (Red+Green+Blue) = 100+157+23=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #649D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649D17 is #9B62E8. Grayscale: #7D7D7D. Windows color (decimal): -10183401 or 1547620. OLE color: 1547620.

HSL color Cylindrical-coordinate representation of color #649D17: hue angle of 85.52º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649D17 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB10015723-
CMYK0.3600.850.38
HSL85.52º74.44%35.29%-
HSV(B)85.52º85.35%61.57%-
XYZ17.4726.895.08-
YUV124.6870.62110.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 157 (61.72% from 255) = 56.07%
BLUE value IS 23 (9.38% from 255) = 8.21%
R=35.71%
G=56.07%
B=8.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157230.3600.850.3885.5274.4435.29
Hex649D172405526564a23
Octal144235274401254612611243
Binary110010010011101101111001000101010110011010101101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,23); }

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

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

 a { background-color: rgb(100,157,23); }

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

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

 span { border-color: rgb(100,157,23); }

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