Html Css Color HEX #48732D Dell

📋 copy color: '#48732D'

red 72 ◦ green 115 ◦ blue 45

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

Shades of Dell #48732D

Tints of Dell #48732D

RGB

 RED value IS 72 (28.52% from 255) = 31.03%

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 31.03%
G = 49.57%
B = 19.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#48732D (or 0x48732D) is known color: Dell. HEX triplet: 48, 73 and 2D. RGB value is (72,115,45). Sum of RGB (Red+Green+Blue) = 72+115+45=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #48732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48732D is #B78CD2. Grayscale: #5E5E5E. Windows color (decimal): -12029139 or 2978632. OLE color: 2978632.

HSL color Cylindrical-coordinate representation of color #48732D: hue angle of 96.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48732D is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 45 -
CMYK 0.37 0 0.61 0.55
HSL 96.86º 0.44% 0.31% -
HSV(B) 96.86º 0.61% 0.45% -
XYZ 9.28 13.83 4.66 -
YUV 94.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 72 115 45 0.37 0 0.61 0.55 96.86 0.44 0.31
Hex 48 73 2D 25 0 3D 37 61 2C 1F
Octal 110 163 55 45 0 75 67 141 54 37
Binary 1001000 1110011 101101 100101 0 111101 110111 1100001 101100 11111

Color Harmonies of #48732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48732D

Black with #48732D

Text Example


Text Example

White with #48732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48732D; }

 p { color: rgb(72,115,45); }

 H1.HeaderClassName
 {
   color: #48732D;
 }
 .AnyTagClassName
 {
   color: #48732D;
 }
</style>

background-color css

<style>
 a { background-color: #48732D; }

 a { background-color: rgb(72,115,45); }

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

border-color css

<style>
 span { border-color: #48732D; }

 span { border-color: rgb(72,115,45); }

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