#639272

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

Shades of Oxley #639272

Tints of Oxley #639272

Color information

#639272 (or 0x639272) is unknown color: approx Oxley. HEX triplet: 63, 92 and 72. RGB value is (99,146,114). Sum of RGB (Red+Green+Blue) = 99+146+114=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #639272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639272 is #9C6D8D. Grayscale: #808080. Windows color (decimal): -10251662 or 7508579. OLE color: 7508579.

HSL color Cylindrical-coordinate representation of color #639272: hue angle of 139.15º 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 #639272 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB99146114-
CMYK0.3200.220.43
HSL139.15º19.18%48.04%-
HSV(B)139.15º32.19%57.25%-
XYZ18.4624.4319.66-
YUV128.3119.93107.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=27.58%
G=40.67%
B=31.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461140.3200.220.43139.1519.1848.04
Hex639272200162B8b1330
Octal14322216240026532132360
Binary11000111001001011100101000000101101010111000101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639272; }

 p { color: rgb(99,146,114); }

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

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

 a { background-color: rgb(99,146,114); }

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

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

 span { border-color: rgb(99,146,114); }

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