#639274

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

Shades of Oxley #639274

Tints of Oxley #639274

Color information

#639274 (or 0x639274) is unknown color: approx Oxley. HEX triplet: 63, 92 and 74. RGB value is (99,146,116). Sum of RGB (Red+Green+Blue) = 99+146+116=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #639274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639274 is #9C6D8B. Grayscale: #808080. Windows color (decimal): -10251660 or 7639651. OLE color: 7639651.

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

Color convert

RGB99146116-
CMYK0.3200.210.43
HSL141.7º19.18%48.04%-
HSV(B)141.7º32.19%57.25%-
XYZ18.5824.4720.27-
YUV128.53120.93106.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=27.42%
G=40.44%
B=32.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461160.3200.210.43141.719.1848.04
Hex639274200152B8e1330
Octal14322216440025532162360
Binary11000111001001011101001000000101011010111000111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639274; }

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

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

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

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

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

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

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

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