Html Css Color HEX #486134 Dell

📋 copy color: '#486134'

red 72 ◦ green 97 ◦ blue 52

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

Shades of Dell #486134

Tints of Dell #486134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 32.58%
G = 43.89%
B = 23.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#486134 (or 0x486134) is known color: Dell. HEX triplet: 48, 61 and 34. RGB value is (72,97,52). Sum of RGB (Red+Green+Blue) = 72+97+52=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #486134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486134 is #B79ECB. Grayscale: #545454. Windows color (decimal): -12033740 or 3432776. OLE color: 3432776.

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

Color convert

RGB 72 97 52 -
CMYK 0.26 0 0.46 0.62
HSL 93.33º 0.3% 0.29% -
HSV(B) 93.33º 0.46% 0.38% -
XYZ 7.57 10.18 4.81 -
YUV 84.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 72 97 52 0.26 0 0.46 0.62 93.33 0.3 0.29
Hex 48 61 34 1A 0 2E 3E 5D 1E 1D
Octal 110 141 64 32 0 56 76 135 36 35
Binary 1001000 1100001 110100 11010 0 101110 111110 1011101 11110 11101

Color Harmonies of #486134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486134

Black with #486134

Text Example


Text Example

White with #486134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486134; }

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

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

background-color css

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

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

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

border-color css

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

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

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