#63926D

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

Shades of Laurel #63926D

Tints of Laurel #63926D

Color information

#63926D (or 0x63926D) is unknown color: approx Laurel. HEX triplet: 63, 92 and 6D. RGB value is (99,146,109). Sum of RGB (Red+Green+Blue) = 99+146+109=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #63926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926D is #9C6D92. Grayscale: #7F7F7F. Windows color (decimal): -10251667 or 7180899. OLE color: 7180899.

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

Color convert

RGB99146109-
CMYK0.3200.250.43
HSL132.77º19.18%48.04%-
HSV(B)132.77º32.19%57.25%-
XYZ18.1824.3118.2-
YUV127.73117.43107.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=27.97%
G=41.24%
B=30.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461090.3200.250.43132.7719.1848.04
Hex63926D200192B851330
Octal14322215540031532052360
Binary11000111001001011011011000000110011010111000010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63926D; }

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

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

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

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

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

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

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

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