Html Css Color HEX #48632F Dell

📋 copy color: '#48632F'

red 72 ◦ green 99 ◦ blue 47

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

Shades of Dell #48632F

Tints of Dell #48632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 33.03%
G = 45.41%
B = 21.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#48632F (or 0x48632F) is known color: Dell. HEX triplet: 48, 63 and 2F. RGB value is (72,99,47). Sum of RGB (Red+Green+Blue) = 72+99+47=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #48632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48632F is #B79CD0. Grayscale: #555555. Windows color (decimal): -12033233 or 3105608. OLE color: 3105608.

HSL color Cylindrical-coordinate representation of color #48632F: hue angle of 91.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48632F is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 47 -
CMYK 0.27 0 0.53 0.61
HSL 91.15º 0.36% 0.29% -
HSV(B) 91.15º 0.53% 0.39% -
XYZ 7.65 10.51 4.31 -
YUV 85 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 72 99 47 0.27 0 0.53 0.61 91.15 0.36 0.29
Hex 48 63 2F 1B 0 35 3D 5B 24 1D
Octal 110 143 57 33 0 65 75 133 44 35
Binary 1001000 1100011 101111 11011 0 110101 111101 1011011 100100 11101

Color Harmonies of #48632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48632F

Black with #48632F

Text Example


Text Example

White with #48632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48632F; }

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

 H1.HeaderClassName
 {
   color: #48632F;
 }
 .AnyTagClassName
 {
   color: #48632F;
 }
</style>

background-color css

<style>
 a { background-color: #48632F; }

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

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

border-color css

<style>
 span { border-color: #48632F; }

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

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