Html Css Color HEX #497432 Dell

📋 copy color: '#497432'

red 73 ◦ green 116 ◦ blue 50

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

Shades of Dell #497432

Tints of Dell #497432

RGB

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

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

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

R = 30.54%
G = 48.54%
B = 20.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#497432 (or 0x497432) is known color: Dell. HEX triplet: 49, 74 and 32. RGB value is (73,116,50). Sum of RGB (Red+Green+Blue) = 73+116+50=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #497432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497432 is #B68BCD. Grayscale: #5F5F5F. Windows color (decimal): -11963342 or 3306569. OLE color: 3306569.

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

Color convert

RGB 73 116 50 -
CMYK 0.37 0 0.57 0.55
HSL 99.09º 0.4% 0.33% -
HSV(B) 99.09º 0.57% 0.45% -
XYZ 9.57 14.14 5.24 -
YUV 95.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 73 116 50 0.37 0 0.57 0.55 99.09 0.4 0.33
Hex 49 74 32 25 0 39 37 63 28 21
Octal 111 164 62 45 0 71 67 143 50 41
Binary 1001001 1110100 110010 100101 0 111001 110111 1100011 101000 100001

Color Harmonies of #497432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497432

Black with #497432

Text Example


Text Example

White with #497432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497432; }

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

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

background-color css

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

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

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

border-color css

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

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

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