Html Css Color HEX #48633B Dell

📋 copy color: '#48633B'

red 72 ◦ green 99 ◦ blue 59

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

Shades of Dell #48633B

Tints of Dell #48633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 31.3%
G = 43.04%
B = 25.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#48633B (or 0x48633B) is known color: Dell. HEX triplet: 48, 63 and 3B. RGB value is (72,99,59). Sum of RGB (Red+Green+Blue) = 72+99+59=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #48633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48633B is #B79CC4. Grayscale: #565656. Windows color (decimal): -12033221 or 3892040. OLE color: 3892040.

HSL color Cylindrical-coordinate representation of color #48633B: hue angle of 100.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48633B is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 59 -
CMYK 0.27 0 0.40 0.61
HSL 100.5º 0.25% 0.31% -
HSV(B) 100.5º 0.4% 0.39% -
XYZ 7.92 10.62 5.77 -
YUV 86.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 72 99 59 0.27 0 0.40 0.61 100.5 0.25 0.31
Hex 48 63 3B 1B 0 28 3D 64 19 1F
Octal 110 143 73 33 0 50 75 144 31 37
Binary 1001000 1100011 111011 11011 0 101000 111101 1100100 11001 11111

Color Harmonies of #48633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48633B

Black with #48633B

Text Example


Text Example

White with #48633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,99,59); }

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

background-color css

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

 a { background-color: rgb(72,99,59); }

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

border-color css

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

 span { border-color: rgb(72,99,59); }

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