Html Css Color HEX #497232 Dell

📋 copy color: '#497232'

red 73 ◦ green 114 ◦ blue 50

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

Shades of Dell #497232

Tints of Dell #497232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 30.8%
G = 48.1%
B = 21.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#497232 (or 0x497232) is known color: Dell. HEX triplet: 49, 72 and 32. RGB value is (73,114,50). Sum of RGB (Red+Green+Blue) = 73+114+50=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #497232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497232 is #B68DCD. Grayscale: #5E5E5E. Windows color (decimal): -11963854 or 3306057. OLE color: 3306057.

HSL color Cylindrical-coordinate representation of color #497232: hue angle of 98.44º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497232 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 50 -
CMYK 0.36 0 0.56 0.55
HSL 98.44º 0.39% 0.32% -
HSV(B) 98.44º 0.56% 0.45% -
XYZ 9.34 13.68 5.17 -
YUV 94.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 73 114 50 0.36 0 0.56 0.55 98.44 0.39 0.32
Hex 49 72 32 24 0 38 37 62 27 20
Octal 111 162 62 44 0 70 67 142 47 40
Binary 1001001 1110010 110010 100100 0 111000 110111 1100010 100111 100000

Color Harmonies of #497232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497232

Black with #497232

Text Example


Text Example

White with #497232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497232; }

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

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

background-color css

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

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

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

border-color css

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

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

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