Html Css Color HEX #496734 Dell

📋 copy color: '#496734'

red 73 ◦ green 103 ◦ blue 52

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

Shades of Dell #496734

Tints of Dell #496734

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 32.02%
G = 45.18%
B = 22.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#496734 (or 0x496734) is known color: Dell. HEX triplet: 49, 67 and 34. RGB value is (73,103,52). Sum of RGB (Red+Green+Blue) = 73+103+52=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #496734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496734 is #B698CB. Grayscale: #585858. Windows color (decimal): -11966668 or 3434313. OLE color: 3434313.

HSL color Cylindrical-coordinate representation of color #496734: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496734 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 52 -
CMYK 0.29 0 0.50 0.60
HSL 95.29º 0.33% 0.3% -
HSV(B) 95.29º 0.5% 0.4% -
XYZ 8.22 11.36 5.01 -
YUV 88.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 73 103 52 0.29 0 0.50 0.60 95.29 0.33 0.3
Hex 49 67 34 1D 0 32 3C 5F 21 1E
Octal 111 147 64 35 0 62 74 137 41 36
Binary 1001001 1100111 110100 11101 0 110010 111100 1011111 100001 11110

Color Harmonies of #496734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496734

Black with #496734

Text Example


Text Example

White with #496734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496734; }

 p { color: rgb(73,103,52); }

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

background-color css

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

 a { background-color: rgb(73,103,52); }

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

border-color css

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

 span { border-color: rgb(73,103,52); }

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