Html Css Color HEX #495D36 Dell

📋 copy color: '#495D36'

red 73 ◦ green 93 ◦ blue 54

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

Shades of Dell #495D36

Tints of Dell #495D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.27%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 33.18%
G = 42.27%
B = 24.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#495D36 (or 0x495D36) is known color: Dell. HEX triplet: 49, 5D and 36. RGB value is (73,93,54). Sum of RGB (Red+Green+Blue) = 73+93+54=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #495D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D36 is #B6A2C9. Grayscale: #525252. Windows color (decimal): -11969226 or 3562825. OLE color: 3562825.

HSL color Cylindrical-coordinate representation of color #495D36: hue angle of 90.77º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495D36 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 93 54 -
CMYK 0.22 0 0.42 0.64
HSL 90.77º 0.27% 0.29% -
HSV(B) 90.77º 0.42% 0.36% -
XYZ 7.33 9.51 4.94 -
YUV 82.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 73 93 54 0.22 0 0.42 0.64 90.77 0.27 0.29
Hex 49 5D 36 16 0 2A 40 5B 1B 1D
Octal 111 135 66 26 0 52 100 133 33 35
Binary 1001001 1011101 110110 10110 0 101010 1000000 1011011 11011 11101

Color Harmonies of #495D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D36

Black with #495D36

Text Example


Text Example

White with #495D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,54); }

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

background-color css

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

 a { background-color: rgb(73,93,54); }

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

border-color css

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

 span { border-color: rgb(73,93,54); }

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