Html Css Color HEX #494D37 Kelp

📋 copy color: '#494D37'

red 73 ◦ green 77 ◦ blue 55

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

Shades of Kelp #494D37

Tints of Kelp #494D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

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

R = 35.61%
G = 37.56%
B = 26.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#494D37 (or 0x494D37) is known color: Kelp. HEX triplet: 49, 4D and 37. RGB value is (73,77,55). Sum of RGB (Red+Green+Blue) = 73+77+55=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #494D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D37 is #B6B2C8. Grayscale: #494949. Windows color (decimal): -11973321 or 3624265. OLE color: 3624265.

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

Color convert

RGB 73 77 55 -
CMYK 0.05 0 0.29 0.70
HSL 70.91º 0.17% 0.26% -
HSV(B) 70.91º 0.29% 0.3% -
XYZ 6.09 7 4.64 -
YUV 73.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 73 77 55 0.05 0 0.29 0.70 70.91 0.17 0.26
Hex 49 4D 37 5 0 1D 46 47 11 1A
Octal 111 115 67 5 0 35 106 107 21 32
Binary 1001001 1001101 110111 101 0 11101 1000110 1000111 10001 11010

Color Harmonies of #494D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D37

Black with #494D37

Text Example


Text Example

White with #494D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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