Html Css Color HEX #49722B Dell

📋 copy color: '#49722B'

red 73 ◦ green 114 ◦ blue 43

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

Shades of Dell #49722B

Tints of Dell #49722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 31.74%
G = 49.57%
B = 18.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#49722B (or 0x49722B) is known color: Dell. HEX triplet: 49, 72 and 2B. RGB value is (73,114,43). Sum of RGB (Red+Green+Blue) = 73+114+43=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #49722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49722B is #B68DD4. Grayscale: #5D5D5D. Windows color (decimal): -11963861 or 2847305. OLE color: 2847305.

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

Color convert

RGB 73 114 43 -
CMYK 0.36 0 0.62 0.55
HSL 94.65º 0.45% 0.31% -
HSV(B) 94.65º 0.62% 0.45% -
XYZ 9.2 13.63 4.43 -
YUV 93.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 73 114 43 0.36 0 0.62 0.55 94.65 0.45 0.31
Hex 49 72 2B 24 0 3E 37 5F 2D 1F
Octal 111 162 53 44 0 76 67 137 55 37
Binary 1001001 1110010 101011 100100 0 111110 110111 1011111 101101 11111

Color Harmonies of #49722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49722B

Black with #49722B

Text Example


Text Example

White with #49722B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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