#639265

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

Shades of Laurel #639265

Tints of Laurel #639265

Color information

#639265 (or 0x639265) is unknown color: approx Laurel. HEX triplet: 63, 92 and 65. RGB value is (99,146,101). Sum of RGB (Red+Green+Blue) = 99+146+101=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #639265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639265 is #9C6D9A. Grayscale: #7E7E7E. Windows color (decimal): -10251675 or 6656611. OLE color: 6656611.

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

Color convert

RGB99146101-
CMYK0.3200.310.43
HSL122.55º19.18%48.04%-
HSV(B)122.55º32.19%57.25%-
XYZ17.7724.1516.04-
YUV126.82113.43108.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=28.61%
G=42.20%
B=29.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461010.3200.310.43122.5519.1848.04
Hex6392652001F2B7b1330
Octal14322214540037531732360
Binary1100011100100101100101100000011111101011111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639265; }

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

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

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

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

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

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

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

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