Html Css Color HEX #48612F Dell

📋 copy color: '#48612F'

red 72 ◦ green 97 ◦ blue 47

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

Shades of Dell #48612F

Tints of Dell #48612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

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

R = 33.33%
G = 44.91%
B = 21.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#48612F (or 0x48612F) is known color: Dell. HEX triplet: 48, 61 and 2F. RGB value is (72,97,47). Sum of RGB (Red+Green+Blue) = 72+97+47=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #48612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48612F is #B79ED0. Grayscale: #545454. Windows color (decimal): -12033745 or 3105096. OLE color: 3105096.

HSL color Cylindrical-coordinate representation of color #48612F: hue angle of 90º 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 #48612F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 47 -
CMYK 0.26 0 0.52 0.62
HSL 90º 0.35% 0.28% -
HSV(B) 90º 0.52% 0.38% -
XYZ 7.46 10.13 4.25 -
YUV 83.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 72 97 47 0.26 0 0.52 0.62 90 0.35 0.28
Hex 48 61 2F 1A 0 34 3E 5A 23 1C
Octal 110 141 57 32 0 64 76 132 43 34
Binary 1001000 1100001 101111 11010 0 110100 111110 1011010 100011 11100

Color Harmonies of #48612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48612F

Black with #48612F

Text Example


Text Example

White with #48612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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