#639473

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

Shades of Oxley #639473

Tints of Oxley #639473

Color information

#639473 (or 0x639473) is unknown color: approx Oxley. HEX triplet: 63, 94 and 73. RGB value is (99,148,115). Sum of RGB (Red+Green+Blue) = 99+148+115=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #639473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639473 is #9C6B8C. Grayscale: #818181. Windows color (decimal): -10251149 or 7574627. OLE color: 7574627.

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

Color convert

RGB99148115-
CMYK0.3300.220.42
HSL139.59º19.84%48.43%-
HSV(B)139.59º33.11%58.04%-
XYZ18.8325.0720.07-
YUV129.59119.77106.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=27.35%
G=40.88%
B=31.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481150.3300.220.42139.5919.8448.43
Hex639473210162A8c1430
Octal14322416341026522142460
Binary11000111001010011100111000010101101010101000110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639473; }

 p { color: rgb(99,148,115); }

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

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

 a { background-color: rgb(99,148,115); }

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

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

 span { border-color: rgb(99,148,115); }

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