Html Css Color HEX #48732A Dell

📋 copy color: '#48732A'

red 72 ◦ green 115 ◦ blue 42

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

Shades of Dell #48732A

Tints of Dell #48732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

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

R = 31.44%
G = 50.22%
B = 18.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#48732A (or 0x48732A) is known color: Dell. HEX triplet: 48, 73 and 2A. RGB value is (72,115,42). Sum of RGB (Red+Green+Blue) = 72+115+42=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #48732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48732A is #B78CD5. Grayscale: #5E5E5E. Windows color (decimal): -12029142 or 2782024. OLE color: 2782024.

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

Color convert

RGB 72 115 42 -
CMYK 0.37 0 0.63 0.55
HSL 95.34º 0.46% 0.31% -
HSV(B) 95.34º 0.63% 0.45% -
XYZ 9.22 13.81 4.37 -
YUV 93.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 72 115 42 0.37 0 0.63 0.55 95.34 0.46 0.31
Hex 48 73 2A 25 0 3F 37 5F 2E 1F
Octal 110 163 52 45 0 77 67 137 56 37
Binary 1001000 1110011 101010 100101 0 111111 110111 1011111 101110 11111

Color Harmonies of #48732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48732A

Black with #48732A

Text Example


Text Example

White with #48732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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