Html Css Color HEX #49633A Dell

📋 copy color: '#49633A'

red 73 ◦ green 99 ◦ blue 58

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

Shades of Dell #49633A

Tints of Dell #49633A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 31.74%
G = 43.04%
B = 25.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#49633A (or 0x49633A) is known color: Dell. HEX triplet: 49, 63 and 3A. RGB value is (73,99,58). Sum of RGB (Red+Green+Blue) = 73+99+58=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #49633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49633A is #B69CC5. Grayscale: #565656. Windows color (decimal): -11967686 or 3826505. OLE color: 3826505.

HSL color Cylindrical-coordinate representation of color #49633A: hue angle of 98.05º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49633A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 58 -
CMYK 0.26 0 0.41 0.61
HSL 98.05º 0.26% 0.31% -
HSV(B) 98.05º 0.41% 0.39% -
XYZ 7.97 10.65 5.64 -
YUV 86.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 73 99 58 0.26 0 0.41 0.61 98.05 0.26 0.31
Hex 49 63 3A 1A 0 29 3D 62 1A 1F
Octal 111 143 72 32 0 51 75 142 32 37
Binary 1001001 1100011 111010 11010 0 101001 111101 1100010 11010 11111

Color Harmonies of #49633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49633A

Black with #49633A

Text Example


Text Example

White with #49633A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,99,58); }

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

background-color css

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

 a { background-color: rgb(73,99,58); }

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

border-color css

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

 span { border-color: rgb(73,99,58); }

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