Html Css Color HEX #495F34 Dell

📋 copy color: '#495F34'

red 73 ◦ green 95 ◦ blue 52

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

Shades of Dell #495F34

Tints of Dell #495F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

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

R = 33.18%
G = 43.18%
B = 23.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#495F34 (or 0x495F34) is known color: Dell. HEX triplet: 49, 5F and 34. RGB value is (73,95,52). Sum of RGB (Red+Green+Blue) = 73+95+52=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #495F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F34 is #B6A0CB. Grayscale: #535353. Windows color (decimal): -11968716 or 3432265. OLE color: 3432265.

HSL color Cylindrical-coordinate representation of color #495F34: hue angle of 90.7º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495F34 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 52 -
CMYK 0.23 0 0.45 0.63
HSL 90.7º 0.29% 0.29% -
HSV(B) 90.7º 0.45% 0.37% -
XYZ 7.46 9.85 4.76 -
YUV 83.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 73 95 52 0.23 0 0.45 0.63 90.7 0.29 0.29
Hex 49 5F 34 17 0 2D 3F 5B 1D 1D
Octal 111 137 64 27 0 55 77 133 35 35
Binary 1001001 1011111 110100 10111 0 101101 111111 1011011 11101 11101

Color Harmonies of #495F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F34

Black with #495F34

Text Example


Text Example

White with #495F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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