Html Css Color HEX #49633B Dell

📋 copy color: '#49633B'

red 73 ◦ green 99 ◦ blue 59

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

Shades of Dell #49633B

Tints of Dell #49633B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 31.6%
G = 42.86%
B = 25.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#49633B (or 0x49633B) is known color: Dell. HEX triplet: 49, 63 and 3B. RGB value is (73,99,59). Sum of RGB (Red+Green+Blue) = 73+99+59=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #49633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49633B is #B69CC4. Grayscale: #565656. Windows color (decimal): -11967685 or 3892041. OLE color: 3892041.

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

Color convert

RGB 73 99 59 -
CMYK 0.26 0 0.40 0.61
HSL 99º 0.25% 0.31% -
HSV(B) 99º 0.4% 0.39% -
XYZ 8 10.66 5.77 -
YUV 86.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 73 99 59 0.26 0 0.40 0.61 99 0.25 0.31
Hex 49 63 3B 1A 0 28 3D 63 19 1F
Octal 111 143 73 32 0 50 75 143 31 37
Binary 1001001 1100011 111011 11010 0 101000 111101 1100011 11001 11111

Color Harmonies of #49633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49633B

Black with #49633B

Text Example


Text Example

White with #49633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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