#638467

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

Shades of Laurel #638467

Tints of Laurel #638467

Color information

#638467 (or 0x638467) is unknown color: approx Laurel. HEX triplet: 63, 84 and 67. RGB value is (99,132,103). Sum of RGB (Red+Green+Blue) = 99+132+103=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #638467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638467 is #9C7B98. Grayscale: #767676. Windows color (decimal): -10255257 or 6784099. OLE color: 6784099.

HSL color Cylindrical-coordinate representation of color #638467: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638467 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB99132103-
CMYK0.2500.220.48
HSL127.27º14.29%45.29%-
HSV(B)127.27º25%51.76%-
XYZ15.8520.1315.88-
YUV118.83119.07113.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=29.64%
G=39.52%
B=30.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321030.2500.220.48127.2714.2945.29
Hex63846719016307fe2d
Octal14320414731026601771655
Binary11000111000010011001111100101011011000011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638467; }

 p { color: rgb(99,132,103); }

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

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

 a { background-color: rgb(99,132,103); }

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

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

 span { border-color: rgb(99,132,103); }

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