#63946C

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

Shades of Laurel #63946C

Tints of Laurel #63946C

Color information

#63946C (or 0x63946C) is unknown color: approx Laurel. HEX triplet: 63, 94 and 6C. RGB value is (99,148,108). Sum of RGB (Red+Green+Blue) = 99+148+108=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #63946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63946C is #9C6B93. Grayscale: #808080. Windows color (decimal): -10251156 or 7115875. OLE color: 7115875.

HSL color Cylindrical-coordinate representation of color #63946C: hue angle of 131.02º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63946C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB99148108-
CMYK0.3300.270.42
HSL131.02º19.84%48.43%-
HSV(B)131.02º33.11%58.04%-
XYZ18.4424.9218.02-
YUV128.79116.27106.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=27.89%
G=41.69%
B=30.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481080.3300.270.42131.0219.8448.43
Hex63946C2101B2A831430
Octal14322415441033522032460
Binary11000111001010011011001000010110111010101000001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63946C; }

 p { color: rgb(99,148,108); }

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

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

 a { background-color: rgb(99,148,108); }

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

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

 span { border-color: rgb(99,148,108); }

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