#63936B

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

Shades of Laurel #63936B

Tints of Laurel #63936B

Color information

#63936B (or 0x63936B) is unknown color: approx Laurel. HEX triplet: 63, 93 and 6B. RGB value is (99,147,107). Sum of RGB (Red+Green+Blue) = 99+147+107=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #63936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63936B is #9C6C94. Grayscale: #808080. Windows color (decimal): -10251413 or 7050083. OLE color: 7050083.

HSL color Cylindrical-coordinate representation of color #63936B: hue angle of 130º 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 #63936B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB99147107-
CMYK0.3300.270.42
HSL130º19.51%48.24%-
HSV(B)130º32.65%57.65%-
XYZ18.2324.5817.69-
YUV128.09116.1107.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=28.05%
G=41.64%
B=30.31%

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
Decimal991471070.3300.270.4213019.5148.24
Hex63936B2101B2A821430
Octal14322315341033522022460
Binary11000111001001111010111000010110111010101000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63936B; }

 p { color: rgb(99,147,107); }

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

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

 a { background-color: rgb(99,147,107); }

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

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

 span { border-color: rgb(99,147,107); }

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