Html Css Color HEX #48602F Dell

📋 copy color: '#48602F'

red 72 ◦ green 96 ◦ blue 47

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

Shades of Dell #48602F

Tints of Dell #48602F

RGB

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

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

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

R = 33.49%
G = 44.65%
B = 21.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#48602F (or 0x48602F) is known color: Dell. HEX triplet: 48, 60 and 2F. RGB value is (72,96,47). Sum of RGB (Red+Green+Blue) = 72+96+47=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #48602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602F is #B79FD0. Grayscale: #535353. Windows color (decimal): -12034001 or 3104840. OLE color: 3104840.

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

Color convert

RGB 72 96 47 -
CMYK 0.25 0 0.51 0.62
HSL 89.39º 0.34% 0.28% -
HSV(B) 89.39º 0.51% 0.38% -
XYZ 7.37 9.95 4.22 -
YUV 83.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 72 96 47 0.25 0 0.51 0.62 89.39 0.34 0.28
Hex 48 60 2F 19 0 33 3E 59 22 1C
Octal 110 140 57 31 0 63 76 131 42 34
Binary 1001000 1100000 101111 11001 0 110011 111110 1011001 100010 11100

Color Harmonies of #48602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48602F

Black with #48602F

Text Example


Text Example

White with #48602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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