Html Css Color HEX #494C37 Kelp

📋 copy color: '#494C37'

red 73 ◦ green 76 ◦ blue 55

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

Shades of Kelp #494C37

Tints of Kelp #494C37

RGB

 RED value IS 73 (28.91% from 255) = 35.78%

 GREEN value IS 76 (30.08% from 255) = 37.25%

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 35.78%
G = 37.25%
B = 26.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#494C37 (or 0x494C37) is known color: Kelp. HEX triplet: 49, 4C and 37. RGB value is (73,76,55). Sum of RGB (Red+Green+Blue) = 73+76+55=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #494C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C37 is #B6B3C8. Grayscale: #484848. Windows color (decimal): -11973577 or 3624009. OLE color: 3624009.

HSL color Cylindrical-coordinate representation of color #494C37: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494C37 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 55 -
CMYK 0.04 0 0.28 0.70
HSL 68.57º 0.16% 0.26% -
HSV(B) 68.57º 0.28% 0.3% -
XYZ 6.02 6.86 4.62 -
YUV 72.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 73 76 55 0.04 0 0.28 0.70 68.57 0.16 0.26
Hex 49 4C 37 4 0 1C 46 45 10 1A
Octal 111 114 67 4 0 34 106 105 20 32
Binary 1001001 1001100 110111 100 0 11100 1000110 1000101 10000 11010

Color Harmonies of #494C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C37

Black with #494C37

Text Example


Text Example

White with #494C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C37; }

 p { color: rgb(73,76,55); }

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

background-color css

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

 a { background-color: rgb(73,76,55); }

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

border-color css

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

 span { border-color: rgb(73,76,55); }

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