Html Css Color HEX #48702B Dell

📋 copy color: '#48702B'

red 72 ◦ green 112 ◦ blue 43

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

Shades of Dell #48702B

Tints of Dell #48702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 31.72%
G = 49.34%
B = 18.94%

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

#48702B (or 0x48702B) is known color: Dell. HEX triplet: 48, 70 and 2B. RGB value is (72,112,43). Sum of RGB (Red+Green+Blue) = 72+112+43=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #48702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48702B is #B78FD4. Grayscale: #5C5C5C. Windows color (decimal): -12029909 or 2846792. OLE color: 2846792.

HSL color Cylindrical-coordinate representation of color #48702B: hue angle of 94.78º 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 #48702B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 43 -
CMYK 0.36 0 0.62 0.56
HSL 94.78º 0.45% 0.3% -
HSV(B) 94.78º 0.62% 0.44% -
XYZ 8.9 13.14 4.35 -
YUV 92.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 72 112 43 0.36 0 0.62 0.56 94.78 0.45 0.3
Hex 48 70 2B 24 0 3E 38 5F 2D 1E
Octal 110 160 53 44 0 76 70 137 55 36
Binary 1001000 1110000 101011 100100 0 111110 111000 1011111 101101 11110

Color Harmonies of #48702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48702B

Black with #48702B

Text Example


Text Example

White with #48702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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