Html Css Color HEX #497529 Dell

📋 copy color: '#497529'

red 73 ◦ green 117 ◦ blue 41

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

Shades of Dell #497529

Tints of Dell #497529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.65%

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

R = 31.6%
G = 50.65%
B = 17.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#497529 (or 0x497529) is known color: Dell. HEX triplet: 49, 75 and 29. RGB value is (73,117,41). Sum of RGB (Red+Green+Blue) = 73+117+41=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #497529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497529 is #B68AD6. Grayscale: #5F5F5F. Windows color (decimal): -11963095 or 2717001. OLE color: 2717001.

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

Color convert

RGB 73 117 41 -
CMYK 0.38 0 0.65 0.54
HSL 94.74º 0.48% 0.31% -
HSV(B) 94.74º 0.65% 0.46% -
XYZ 9.51 14.3 4.36 -
YUV 95.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 73 117 41 0.38 0 0.65 0.54 94.74 0.48 0.31
Hex 49 75 29 26 0 41 36 5F 30 1F
Octal 111 165 51 46 0 101 66 137 60 37
Binary 1001001 1110101 101001 100110 0 1000001 110110 1011111 110000 11111

Color Harmonies of #497529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497529

Black with #497529

Text Example


Text Example

White with #497529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497529; }

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

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

background-color css

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

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

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

border-color css

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

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

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