Html Css Color HEX #649368 Laurel

📋 copy color: '#649368'

red 100 ◦ green 147 ◦ blue 104

#649368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #649368

Tints of Laurel #649368

RGB

 RED value IS 100 (39.45% from 255) = 28.49%

 GREEN value IS 147 (57.81% from 255) = 41.88%

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 28.49%
G = 41.88%
B = 29.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#649368 (or 0x649368) is known color: Laurel. HEX triplet: 64, 93 and 68. RGB value is (100,147,104). Sum of RGB (Red+Green+Blue) = 100+147+104=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #649368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649368 is #9B6C97. Grayscale: #808080. Windows color (decimal): -10185880 or 6853476. OLE color: 6853476.

HSL color Cylindrical-coordinate representation of color #649368: hue angle of 125.11º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649368 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 104 -
CMYK 0.32 0 0.29 0.42
HSL 125.11º 0.19% 0.48% -
HSV(B) 125.11º 0.32% 0.58% -
XYZ 18.19 24.58 16.88 -
YUV 128.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 100 147 104 0.32 0 0.29 0.42 125.11 0.19 0.48
Hex 64 93 68 20 0 1D 2A 7D 13 30
Octal 144 223 150 40 0 35 52 175 23 60
Binary 1100100 10010011 1101000 100000 0 11101 101010 1111101 10011 110000

Color Harmonies of #649368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649368

Black with #649368

Text Example


Text Example

White with #649368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649368; }

 p { color: rgb(100,147,104); }

 H1.HeaderClassName
 {
   color: #649368;
 }
 .AnyTagClassName
 {
   color: #649368;
 }
</style>

background-color css

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

 a { background-color: rgb(100,147,104); }

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

border-color css

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

 span { border-color: rgb(100,147,104); }

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