#639271

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

Shades of Oxley #639271

Tints of Oxley #639271

Color information

#639271 (or 0x639271) is unknown color: approx Oxley. HEX triplet: 63, 92 and 71. RGB value is (99,146,113). Sum of RGB (Red+Green+Blue) = 99+146+113=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #639271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639271 is #9C6D8E. Grayscale: #808080. Windows color (decimal): -10251663 or 7443043. OLE color: 7443043.

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

Color convert

RGB99146113-
CMYK0.3200.230.43
HSL137.87º19.18%48.04%-
HSV(B)137.87º32.19%57.25%-
XYZ18.4124.419.36-
YUV128.18119.43107.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=27.65%
G=40.78%
B=31.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461130.3200.230.43137.8719.1848.04
Hex639271200172B8a1330
Octal14322216140027532122360
Binary11000111001001011100011000000101111010111000101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639271; }

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

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

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

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

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

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

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

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