Html Css Color HEX #48702A Dell

📋 copy color: '#48702A'

red 72 ◦ green 112 ◦ blue 42

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

Shades of Dell #48702A

Tints of Dell #48702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 31.86%
G = 49.56%
B = 18.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#48702A (or 0x48702A) is known color: Dell. HEX triplet: 48, 70 and 2A. RGB value is (72,112,42). Sum of RGB (Red+Green+Blue) = 72+112+42=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #48702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48702A is #B78FD5. Grayscale: #5C5C5C. Windows color (decimal): -12029910 or 2781256. OLE color: 2781256.

HSL color Cylindrical-coordinate representation of color #48702A: hue angle of 94.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48702A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 42 -
CMYK 0.36 0 0.62 0.56
HSL 94.29º 0.45% 0.3% -
HSV(B) 94.29º 0.63% 0.44% -
XYZ 8.88 13.13 4.26 -
YUV 92.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 72 112 42 0.36 0 0.62 0.56 94.29 0.45 0.3
Hex 48 70 2A 24 0 3E 38 5E 2D 1E
Octal 110 160 52 44 0 76 70 136 55 36
Binary 1001000 1110000 101010 100100 0 111110 111000 1011110 101101 11110

Color Harmonies of #48702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48702A

Black with #48702A

Text Example


Text Example

White with #48702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48702A; }

 p { color: rgb(72,112,42); }

 H1.HeaderClassName
 {
   color: #48702A;
 }
 .AnyTagClassName
 {
   color: #48702A;
 }
</style>

background-color css

<style>
 a { background-color: #48702A; }

 a { background-color: rgb(72,112,42); }

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

border-color css

<style>
 span { border-color: #48702A; }

 span { border-color: rgb(72,112,42); }

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