Html Css Color HEX #497034 Dell

📋 copy color: '#497034'

red 73 ◦ green 112 ◦ blue 52

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

Shades of Dell #497034

Tints of Dell #497034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

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

R = 30.8%
G = 47.26%
B = 21.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#497034 (or 0x497034) is known color: Dell. HEX triplet: 49, 70 and 34. RGB value is (73,112,52). Sum of RGB (Red+Green+Blue) = 73+112+52=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #497034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497034 is #B68FCB. Grayscale: #5D5D5D. Windows color (decimal): -11964364 or 3436617. OLE color: 3436617.

HSL color Cylindrical-coordinate representation of color #497034: hue angle of 99º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497034 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 52 -
CMYK 0.35 0 0.54 0.56
HSL 99º 0.37% 0.32% -
HSV(B) 99º 0.54% 0.44% -
XYZ 9.16 13.25 5.32 -
YUV 93.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 73 112 52 0.35 0 0.54 0.56 99 0.37 0.32
Hex 49 70 34 23 0 36 38 63 25 20
Octal 111 160 64 43 0 66 70 143 45 40
Binary 1001001 1110000 110100 100011 0 110110 111000 1100011 100101 100000

Color Harmonies of #497034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497034

Black with #497034

Text Example


Text Example

White with #497034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497034; }

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

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

background-color css

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

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

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

border-color css

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

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

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