Html Css Color HEX #49752A Dell

📋 copy color: '#49752A'

red 73 ◦ green 117 ◦ blue 42

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

Shades of Dell #49752A

Tints of Dell #49752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 31.47%
G = 50.43%
B = 18.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#49752A (or 0x49752A) is known color: Dell. HEX triplet: 49, 75 and 2A. RGB value is (73,117,42). Sum of RGB (Red+Green+Blue) = 73+117+42=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #49752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49752A is #B68AD5. Grayscale: #5F5F5F. Windows color (decimal): -11963094 or 2782537. OLE color: 2782537.

HSL color Cylindrical-coordinate representation of color #49752A: hue angle of 95.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49752A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 42 -
CMYK 0.38 0 0.64 0.54
HSL 95.2º 0.47% 0.31% -
HSV(B) 95.2º 0.64% 0.46% -
XYZ 9.53 14.31 4.45 -
YUV 95.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 73 117 42 0.38 0 0.64 0.54 95.2 0.47 0.31
Hex 49 75 2A 26 0 40 36 5F 2F 1F
Octal 111 165 52 46 0 100 66 137 57 37
Binary 1001001 1110101 101010 100110 0 1000000 110110 1011111 101111 11111

Color Harmonies of #49752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49752A

Black with #49752A

Text Example


Text Example

White with #49752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49752A; }

 p { color: rgb(73,117,42); }

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

background-color css

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

 a { background-color: rgb(73,117,42); }

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

border-color css

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

 span { border-color: rgb(73,117,42); }

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