Html Css Color HEX #48602E Dell

📋 copy color: '#48602E'

red 72 ◦ green 96 ◦ blue 46

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

Shades of Dell #48602E

Tints of Dell #48602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

 BLUE value IS 46 (18.36% from 255) = 21.5%

R = 33.64%
G = 44.86%
B = 21.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#48602E (or 0x48602E) is known color: Dell. HEX triplet: 48, 60 and 2E. RGB value is (72,96,46). Sum of RGB (Red+Green+Blue) = 72+96+46=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #48602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602E is #B79FD1. Grayscale: #535353. Windows color (decimal): -12034002 or 3039304. OLE color: 3039304.

HSL color Cylindrical-coordinate representation of color #48602E: hue angle of 88.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48602E is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 46 -
CMYK 0.25 0 0.52 0.62
HSL 88.8º 0.35% 0.28% -
HSV(B) 88.8º 0.52% 0.38% -
XYZ 7.35 9.94 4.12 -
YUV 83.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 72 96 46 0.25 0 0.52 0.62 88.8 0.35 0.28
Hex 48 60 2E 19 0 34 3E 59 23 1C
Octal 110 140 56 31 0 64 76 131 43 34
Binary 1001000 1100000 101110 11001 0 110100 111110 1011001 100011 11100

Color Harmonies of #48602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48602E

Black with #48602E

Text Example


Text Example

White with #48602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48602E; }

 p { color: rgb(72,96,46); }

 H1.HeaderClassName
 {
   color: #48602E;
 }
 .AnyTagClassName
 {
   color: #48602E;
 }
</style>

background-color css

<style>
 a { background-color: #48602E; }

 a { background-color: rgb(72,96,46); }

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

border-color css

<style>
 span { border-color: #48602E; }

 span { border-color: rgb(72,96,46); }

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