#639578

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

Shades of Oxley #639578

Tints of Oxley #639578

Color information

#639578 (or 0x639578) is unknown color: approx Oxley. HEX triplet: 63, 95 and 78. RGB value is (99,149,120). Sum of RGB (Red+Green+Blue) = 99+149+120=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #639578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639578 is #9C6A87. Grayscale: #828282. Windows color (decimal): -10250888 or 7902563. OLE color: 7902563.

HSL color Cylindrical-coordinate representation of color #639578: hue angle of 145.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639578 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB99149120-
CMYK0.3400.190.42
HSL145.2º20.16%48.63%-
HSV(B)145.2º33.56%58.43%-
XYZ19.2825.521.68-
YUV130.74121.94105.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=26.90%
G=40.49%
B=32.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991491200.3400.190.42145.220.1648.63
Hex639578220132A911431
Octal14322517042023522212461
Binary11000111001010111110001000100100111010101001000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639578; }

 p { color: rgb(99,149,120); }

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

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

 a { background-color: rgb(99,149,120); }

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

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

 span { border-color: rgb(99,149,120); }

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