#639165

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

Shades of Laurel #639165

Tints of Laurel #639165

Color information

#639165 (or 0x639165) is unknown color: approx Laurel. HEX triplet: 63, 91 and 65. RGB value is (99,145,101). Sum of RGB (Red+Green+Blue) = 99+145+101=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #639165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639165 is #9C6E9A. Grayscale: #7E7E7E. Windows color (decimal): -10251931 or 6656355. OLE color: 6656355.

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

Color convert

RGB99145101-
CMYK0.3200.300.43
HSL122.61º18.85%47.84%-
HSV(B)122.61º31.72%56.86%-
XYZ17.6223.8415.99-
YUV126.23113.76108.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=28.70%
G=42.03%
B=29.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451010.3200.300.43122.6118.8547.84
Hex6391652001E2B7b1330
Octal14322114540036531732360
Binary1100011100100011100101100000011110101011111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639165; }

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

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

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

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

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

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

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

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