Html Css Color HEX #49722A Dell

📋 copy color: '#49722A'

red 73 ◦ green 114 ◦ blue 42

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

Shades of Dell #49722A

Tints of Dell #49722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 31.88%
G = 49.78%
B = 18.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#49722A (or 0x49722A) is known color: Dell. HEX triplet: 49, 72 and 2A. RGB value is (73,114,42). Sum of RGB (Red+Green+Blue) = 73+114+42=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #49722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49722A is #B68DD5. Grayscale: #5D5D5D. Windows color (decimal): -11963862 or 2781769. OLE color: 2781769.

HSL color Cylindrical-coordinate representation of color #49722A: hue angle of 94.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49722A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 42 -
CMYK 0.36 0 0.63 0.55
HSL 94.17º 0.46% 0.31% -
HSV(B) 94.17º 0.63% 0.45% -
XYZ 9.18 13.62 4.34 -
YUV 93.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 73 114 42 0.36 0 0.63 0.55 94.17 0.46 0.31
Hex 49 72 2A 24 0 3F 37 5E 2E 1F
Octal 111 162 52 44 0 77 67 136 56 37
Binary 1001001 1110010 101010 100100 0 111111 110111 1011110 101110 11111

Color Harmonies of #49722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49722A

Black with #49722A

Text Example


Text Example

White with #49722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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