Html Css Color HEX #494F32 Kelp

📋 copy color: '#494F32'

red 73 ◦ green 79 ◦ blue 50

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

Shades of Kelp #494F32

Tints of Kelp #494F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.11%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 36.14%
G = 39.11%
B = 24.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#494F32 (or 0x494F32) is known color: Kelp. HEX triplet: 49, 4F and 32. RGB value is (73,79,50). Sum of RGB (Red+Green+Blue) = 73+79+50=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #494F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F32 is #B6B0CD. Grayscale: #4A4A4A. Windows color (decimal): -11972814 or 3297097. OLE color: 3297097.

HSL color Cylindrical-coordinate representation of color #494F32: hue angle of 72.41º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494F32 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 79 50 -
CMYK 0.08 0 0.37 0.69
HSL 72.41º 0.22% 0.25% -
HSV(B) 72.41º 0.37% 0.31% -
XYZ 6.12 7.24 4.09 -
YUV 73.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 73 79 50 0.08 0 0.37 0.69 72.41 0.22 0.25
Hex 49 4F 32 8 0 25 45 48 16 19
Octal 111 117 62 10 0 45 105 110 26 31
Binary 1001001 1001111 110010 1000 0 100101 1000101 1001000 10110 11001

Color Harmonies of #494F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F32

Black with #494F32

Text Example


Text Example

White with #494F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,50); }

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

background-color css

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

 a { background-color: rgb(73,79,50); }

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

border-color css

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

 span { border-color: rgb(73,79,50); }

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