Html Css Color HEX #48662D Dell

📋 copy color: '#48662D'

red 72 ◦ green 102 ◦ blue 45

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

Shades of Dell #48662D

Tints of Dell #48662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.58%

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

R = 32.88%
G = 46.58%
B = 20.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#48662D (or 0x48662D) is known color: Dell. HEX triplet: 48, 66 and 2D. RGB value is (72,102,45). Sum of RGB (Red+Green+Blue) = 72+102+45=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #48662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48662D is #B799D2. Grayscale: #565656. Windows color (decimal): -12032467 or 2975304. OLE color: 2975304.

HSL color Cylindrical-coordinate representation of color #48662D: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48662D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 45 -
CMYK 0.29 0 0.56 0.6
HSL 91.58º 0.39% 0.29% -
HSV(B) 91.58º 0.56% 0.4% -
XYZ 7.9 11.07 4.2 -
YUV 86.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 72 102 45 0.29 0 0.56 0.6 91.58 0.39 0.29
Hex 48 66 2D 1D 0 38 3C 5C 27 1D
Octal 110 146 55 35 0 70 74 134 47 35
Binary 1001000 1100110 101101 11101 0 111000 111100 1011100 100111 11101

Color Harmonies of #48662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48662D

Black with #48662D

Text Example


Text Example

White with #48662D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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