Html Css Color HEX #497129 Dell

📋 copy color: '#497129'

red 73 ◦ green 113 ◦ blue 41

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

Shades of Dell #497129

Tints of Dell #497129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 32.16%
G = 49.78%
B = 18.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#497129 (or 0x497129) is known color: Dell. HEX triplet: 49, 71 and 29. RGB value is (73,113,41). Sum of RGB (Red+Green+Blue) = 73+113+41=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #497129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497129 is #B68ED6. Grayscale: #5D5D5D. Windows color (decimal): -11964119 or 2715977. OLE color: 2715977.

HSL color Cylindrical-coordinate representation of color #497129: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497129 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 41 -
CMYK 0.35 0 0.64 0.56
HSL 93.33º 0.47% 0.3% -
HSV(B) 93.33º 0.64% 0.44% -
XYZ 9.05 13.39 4.2 -
YUV 92.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 73 113 41 0.35 0 0.64 0.56 93.33 0.47 0.3
Hex 49 71 29 23 0 40 38 5D 2F 1E
Octal 111 161 51 43 0 100 70 135 57 36
Binary 1001001 1110001 101001 100011 0 1000000 111000 1011101 101111 11110

Color Harmonies of #497129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497129

Black with #497129

Text Example


Text Example

White with #497129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497129; }

 p { color: rgb(73,113,41); }

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

background-color css

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

 a { background-color: rgb(73,113,41); }

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

border-color css

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

 span { border-color: rgb(73,113,41); }

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