Html Css Color HEX #48712D Dell

📋 copy color: '#48712D'

red 72 ◦ green 113 ◦ blue 45

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

Shades of Dell #48712D

Tints of Dell #48712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 31.3%
G = 49.13%
B = 19.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#48712D (or 0x48712D) is known color: Dell. HEX triplet: 48, 71 and 2D. RGB value is (72,113,45). Sum of RGB (Red+Green+Blue) = 72+113+45=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #48712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48712D is #B78ED2. Grayscale: #5D5D5D. Windows color (decimal): -12029651 or 2978120. OLE color: 2978120.

HSL color Cylindrical-coordinate representation of color #48712D: hue angle of 96.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48712D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 45 -
CMYK 0.36 0 0.60 0.56
HSL 96.18º 0.43% 0.31% -
HSV(B) 96.18º 0.6% 0.44% -
XYZ 9.05 13.38 4.59 -
YUV 92.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 72 113 45 0.36 0 0.60 0.56 96.18 0.43 0.31
Hex 48 71 2D 24 0 3C 38 60 2B 1F
Octal 110 161 55 44 0 74 70 140 53 37
Binary 1001000 1110001 101101 100100 0 111100 111000 1100000 101011 11111

Color Harmonies of #48712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48712D

Black with #48712D

Text Example


Text Example

White with #48712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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