#649275

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

Shades of Oxley #649275

Tints of Oxley #649275

Color information

#649275 (or 0x649275) is unknown color: approx Oxley. HEX triplet: 64, 92 and 75. RGB value is (100,146,117). Sum of RGB (Red+Green+Blue) = 100+146+117=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #649275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649275 is #9B6D8A. Grayscale: #818181. Windows color (decimal): -10186123 or 7705188. OLE color: 7705188.

HSL color Cylindrical-coordinate representation of color #649275: hue angle of 142.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649275 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB100146117-
CMYK0.3200.200.43
HSL142.17º18.7%48.24%-
HSV(B)142.17º31.51%57.25%-
XYZ18.7524.5520.58-
YUV128.94121.26107.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=27.55%
G=40.22%
B=32.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461170.3200.200.43142.1718.748.24
Hex649275200142B8e1330
Octal14422216540024532162360
Binary11001001001001011101011000000101001010111000111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649275; }

 p { color: rgb(100,146,117); }

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

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

 a { background-color: rgb(100,146,117); }

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

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

 span { border-color: rgb(100,146,117); }

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