Html Css Color HEX #486133 Dell

📋 copy color: '#486133'

red 72 ◦ green 97 ◦ blue 51

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

Shades of Dell #486133

Tints of Dell #486133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 32.73%
G = 44.09%
B = 23.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#486133 (or 0x486133) is known color: Dell. HEX triplet: 48, 61 and 33. RGB value is (72,97,51). Sum of RGB (Red+Green+Blue) = 72+97+51=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #486133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486133 is #B79ECC. Grayscale: #545454. Windows color (decimal): -12033741 or 3367240. OLE color: 3367240.

HSL color Cylindrical-coordinate representation of color #486133: hue angle of 92.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486133 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 51 -
CMYK 0.26 0 0.47 0.62
HSL 92.61º 0.31% 0.29% -
HSV(B) 92.61º 0.47% 0.38% -
XYZ 7.54 10.17 4.7 -
YUV 84.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 72 97 51 0.26 0 0.47 0.62 92.61 0.31 0.29
Hex 48 61 33 1A 0 2F 3E 5D 1F 1D
Octal 110 141 63 32 0 57 76 135 37 35
Binary 1001000 1100001 110011 11010 0 101111 111110 1011101 11111 11101

Color Harmonies of #486133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486133

Black with #486133

Text Example


Text Example

White with #486133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486133; }

 p { color: rgb(72,97,51); }

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

background-color css

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

 a { background-color: rgb(72,97,51); }

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

border-color css

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

 span { border-color: rgb(72,97,51); }

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