#638468

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

Shades of Laurel #638468

Tints of Laurel #638468

Color information

#638468 (or 0x638468) is unknown color: approx Laurel. HEX triplet: 63, 84 and 68. RGB value is (99,132,104). Sum of RGB (Red+Green+Blue) = 99+132+104=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #638468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638468 is #9C7B97. Grayscale: #777777. Windows color (decimal): -10255256 or 6849635. OLE color: 6849635.

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

Color convert

RGB99132104-
CMYK0.2500.210.48
HSL129.09º14.29%45.29%-
HSV(B)129.09º25%51.76%-
XYZ15.920.1516.15-
YUV118.94119.57113.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=29.55%
G=39.40%
B=31.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321040.2500.210.48129.0914.2945.29
Hex638468190153081e2d
Octal14320415031025602011655
Binary110001110000100110100011001010101110000100000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638468; }

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

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

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

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

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

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

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

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