Html Css Color HEX #497134 Dell

📋 copy color: '#497134'

red 73 ◦ green 113 ◦ blue 52

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

Shades of Dell #497134

Tints of Dell #497134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

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

R = 30.67%
G = 47.48%
B = 21.85%

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

#497134 (or 0x497134) is known color: Dell. HEX triplet: 49, 71 and 34. RGB value is (73,113,52). Sum of RGB (Red+Green+Blue) = 73+113+52=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #497134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497134 is #B68ECB. Grayscale: #5E5E5E. Windows color (decimal): -11964108 or 3436873. OLE color: 3436873.

HSL color Cylindrical-coordinate representation of color #497134: hue angle of 99.34º 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 #497134 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 52 -
CMYK 0.35 0 0.54 0.56
HSL 99.34º 0.37% 0.32% -
HSV(B) 99.34º 0.54% 0.44% -
XYZ 9.27 13.47 5.36 -
YUV 94.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 73 113 52 0.35 0 0.54 0.56 99.34 0.37 0.32
Hex 49 71 34 23 0 36 38 63 25 20
Octal 111 161 64 43 0 66 70 143 45 40
Binary 1001001 1110001 110100 100011 0 110110 111000 1100011 100101 100000

Color Harmonies of #497134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497134

Black with #497134

Text Example


Text Example

White with #497134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497134; }

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

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

background-color css

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

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

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

border-color css

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

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

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