Html Css Color HEX #49742F Dell

📋 copy color: '#49742F'

red 73 ◦ green 116 ◦ blue 47

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

Shades of Dell #49742F

Tints of Dell #49742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 30.93%
G = 49.15%
B = 19.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#49742F (or 0x49742F) is known color: Dell. HEX triplet: 49, 74 and 2F. RGB value is (73,116,47). Sum of RGB (Red+Green+Blue) = 73+116+47=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #49742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49742F is #B68BD0. Grayscale: #5F5F5F. Windows color (decimal): -11963345 or 3109961. OLE color: 3109961.

HSL color Cylindrical-coordinate representation of color #49742F: hue angle of 97.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49742F is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 47 -
CMYK 0.37 0 0.59 0.55
HSL 97.39º 0.42% 0.32% -
HSV(B) 97.39º 0.59% 0.45% -
XYZ 9.51 14.11 4.91 -
YUV 95.28 100.75 112.11 -
System Red Green Blue C M Y K H S L
Decimal 73 116 47 0.37 0 0.59 0.55 97.39 0.42 0.32
Hex 49 74 2F 25 0 3B 37 61 2A 20
Octal 111 164 57 45 0 73 67 141 52 40
Binary 1001001 1110100 101111 100101 0 111011 110111 1100001 101010 100000

Color Harmonies of #49742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49742F

Black with #49742F

Text Example


Text Example

White with #49742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49742F; }

 p { color: rgb(73,116,47); }

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

background-color css

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

 a { background-color: rgb(73,116,47); }

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

border-color css

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

 span { border-color: rgb(73,116,47); }

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