Html Css Color HEX #497532 Dell

📋 copy color: '#497532'

red 73 ◦ green 117 ◦ blue 50

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

Shades of Dell #497532

Tints of Dell #497532

RGB

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

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

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

R = 30.42%
G = 48.75%
B = 20.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#497532 (or 0x497532) is known color: Dell. HEX triplet: 49, 75 and 32. RGB value is (73,117,50). Sum of RGB (Red+Green+Blue) = 73+117+50=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #497532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497532 is #B68ACD. Grayscale: #606060. Windows color (decimal): -11963086 or 3306825. OLE color: 3306825.

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

Color convert

RGB 73 117 50 -
CMYK 0.38 0 0.57 0.54
HSL 99.4º 0.4% 0.33% -
HSV(B) 99.4º 0.57% 0.46% -
XYZ 9.68 14.37 5.28 -
YUV 96.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 73 117 50 0.38 0 0.57 0.54 99.4 0.4 0.33
Hex 49 75 32 26 0 39 36 63 28 21
Octal 111 165 62 46 0 71 66 143 50 41
Binary 1001001 1110101 110010 100110 0 111001 110110 1100011 101000 100001

Color Harmonies of #497532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497532

Black with #497532

Text Example


Text Example

White with #497532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497532; }

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

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

background-color css

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

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

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

border-color css

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

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

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