Html Css Color HEX #496C34 Dell

📋 copy color: '#496C34'

red 73 ◦ green 108 ◦ blue 52

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

Shades of Dell #496C34

Tints of Dell #496C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.35%

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

R = 31.33%
G = 46.35%
B = 22.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#496C34 (or 0x496C34) is known color: Dell. HEX triplet: 49, 6C and 34. RGB value is (73,108,52). Sum of RGB (Red+Green+Blue) = 73+108+52=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #496C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C34 is #B693CB. Grayscale: #5B5B5B. Windows color (decimal): -11965388 or 3435593. OLE color: 3435593.

HSL color Cylindrical-coordinate representation of color #496C34: hue angle of 97.5º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496C34 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 52 -
CMYK 0.32 0 0.52 0.58
HSL 97.5º 0.35% 0.31% -
HSV(B) 97.5º 0.52% 0.42% -
XYZ 8.73 12.39 5.18 -
YUV 91.15 105.9 115.05 -
System Red Green Blue C M Y K H S L
Decimal 73 108 52 0.32 0 0.52 0.58 97.5 0.35 0.31
Hex 49 6C 34 20 0 34 3A 62 23 1F
Octal 111 154 64 40 0 64 72 142 43 37
Binary 1001001 1101100 110100 100000 0 110100 111010 1100010 100011 11111

Color Harmonies of #496C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C34

Black with #496C34

Text Example


Text Example

White with #496C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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