Html Css Color HEX #49762B Dell

📋 copy color: '#49762B'

red 73 ◦ green 118 ◦ blue 43

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

Shades of Dell #49762B

Tints of Dell #49762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.43%

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

R = 31.2%
G = 50.43%
B = 18.38%

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

#49762B (or 0x49762B) is known color: Dell. HEX triplet: 49, 76 and 2B. RGB value is (73,118,43). Sum of RGB (Red+Green+Blue) = 73+118+43=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #49762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49762B is #B689D4. Grayscale: #606060. Windows color (decimal): -11962837 or 2848329. OLE color: 2848329.

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

Color convert

RGB 73 118 43 -
CMYK 0.38 0 0.64 0.54
HSL 96º 0.47% 0.32% -
HSV(B) 96º 0.64% 0.46% -
XYZ 9.66 14.55 4.58 -
YUV 96 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 73 118 43 0.38 0 0.64 0.54 96 0.47 0.32
Hex 49 76 2B 26 0 40 36 60 2F 20
Octal 111 166 53 46 0 100 66 140 57 40
Binary 1001001 1110110 101011 100110 0 1000000 110110 1100000 101111 100000

Color Harmonies of #49762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49762B

Black with #49762B

Text Example


Text Example

White with #49762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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