Html Css Color HEX #628368 Laurel

📋 copy color: '#628368'

red 98 ◦ green 131 ◦ blue 104

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

Shades of Laurel #628368

Tints of Laurel #628368

RGB

 RED value IS 98 (38.67% from 255) = 29.43%

 GREEN value IS 131 (51.56% from 255) = 39.34%

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

R = 29.43%
G = 39.34%
B = 31.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#628368 (or 0x628368) is known color: Laurel. HEX triplet: 62, 83 and 68. RGB value is (98,131,104). Sum of RGB (Red+Green+Blue) = 98+131+104=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #628368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628368 is #9D7C97. Grayscale: #767676. Windows color (decimal): -10321048 or 6849378. OLE color: 6849378.

HSL color Cylindrical-coordinate representation of color #628368: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628368 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 104 -
CMYK 0.25 0 0.21 0.49
HSL 130.91º 0.14% 0.45% -
HSV(B) 130.91º 0.25% 0.51% -
XYZ 15.65 19.83 16.1 -
YUV 118.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 98 131 104 0.25 0 0.21 0.49 130.91 0.14 0.45
Hex 62 83 68 19 0 15 31 83 E 2D
Octal 142 203 150 31 0 25 61 203 16 55
Binary 1100010 10000011 1101000 11001 0 10101 110001 10000011 1110 101101

Color Harmonies of #628368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628368

Black with #628368

Text Example


Text Example

White with #628368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628368; }

 p { color: rgb(98,131,104); }

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

background-color css

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

 a { background-color: rgb(98,131,104); }

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

border-color css

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

 span { border-color: rgb(98,131,104); }

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