Html Css Color HEX #497429 Dell

📋 copy color: '#497429'

red 73 ◦ green 116 ◦ blue 41

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

Shades of Dell #497429

Tints of Dell #497429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.43%

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

R = 31.74%
G = 50.43%
B = 17.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#497429 (or 0x497429) is known color: Dell. HEX triplet: 49, 74 and 29. RGB value is (73,116,41). Sum of RGB (Red+Green+Blue) = 73+116+41=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #497429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497429 is #B68BD6. Grayscale: #5E5E5E. Windows color (decimal): -11963351 or 2716745. OLE color: 2716745.

HSL color Cylindrical-coordinate representation of color #497429: hue angle of 94.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497429 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 41 -
CMYK 0.37 0 0.65 0.55
HSL 94.4º 0.48% 0.31% -
HSV(B) 94.4º 0.65% 0.45% -
XYZ 9.39 14.07 4.32 -
YUV 94.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 73 116 41 0.37 0 0.65 0.55 94.4 0.48 0.31
Hex 49 74 29 25 0 41 37 5E 30 1F
Octal 111 164 51 45 0 101 67 136 60 37
Binary 1001001 1110100 101001 100101 0 1000001 110111 1011110 110000 11111

Color Harmonies of #497429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497429

Black with #497429

Text Example


Text Example

White with #497429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497429; }

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

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

background-color css

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

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

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

border-color css

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

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

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