Html Css Color HEX #49732B Dell

📋 copy color: '#49732B'

red 73 ◦ green 115 ◦ blue 43

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

Shades of Dell #49732B

Tints of Dell #49732B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

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

R = 31.6%
G = 49.78%
B = 18.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#49732B (or 0x49732B) is known color: Dell. HEX triplet: 49, 73 and 2B. RGB value is (73,115,43). Sum of RGB (Red+Green+Blue) = 73+115+43=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #49732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49732B is #B68CD4. Grayscale: #5E5E5E. Windows color (decimal): -11963605 or 2847561. OLE color: 2847561.

HSL color Cylindrical-coordinate representation of color #49732B: hue angle of 95º 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 #49732B is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 43 -
CMYK 0.37 0 0.63 0.55
HSL 95º 0.46% 0.31% -
HSV(B) 95º 0.63% 0.45% -
XYZ 9.31 13.85 4.47 -
YUV 94.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 73 115 43 0.37 0 0.63 0.55 95 0.46 0.31
Hex 49 73 2B 25 0 3F 37 5F 2E 1F
Octal 111 163 53 45 0 77 67 137 56 37
Binary 1001001 1110011 101011 100101 0 111111 110111 1011111 101110 11111

Color Harmonies of #49732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49732B

Black with #49732B

Text Example


Text Example

White with #49732B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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