Html Css Color HEX #48722B Dell

📋 copy color: '#48722B'

red 72 ◦ green 114 ◦ blue 43

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

Shades of Dell #48722B

Tints of Dell #48722B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 31.44%
G = 49.78%
B = 18.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#48722B (or 0x48722B) is known color: Dell. HEX triplet: 48, 72 and 2B. RGB value is (72,114,43). Sum of RGB (Red+Green+Blue) = 72+114+43=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #48722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48722B is #B78DD4. Grayscale: #5D5D5D. Windows color (decimal): -12029397 or 2847304. OLE color: 2847304.

HSL color Cylindrical-coordinate representation of color #48722B: hue angle of 95.49º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48722B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 43 -
CMYK 0.37 0 0.62 0.55
HSL 95.49º 0.45% 0.31% -
HSV(B) 95.49º 0.62% 0.45% -
XYZ 9.13 13.59 4.43 -
YUV 93.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 72 114 43 0.37 0 0.62 0.55 95.49 0.45 0.31
Hex 48 72 2B 25 0 3E 37 5F 2D 1F
Octal 110 162 53 45 0 76 67 137 55 37
Binary 1001000 1110010 101011 100101 0 111110 110111 1011111 101101 11111

Color Harmonies of #48722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48722B

Black with #48722B

Text Example


Text Example

White with #48722B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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