Html Css Color HEX #486234 Dell

📋 copy color: '#486234'

red 72 ◦ green 98 ◦ blue 52

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

Shades of Dell #486234

Tints of Dell #486234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

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

R = 32.43%
G = 44.14%
B = 23.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#486234 (or 0x486234) is known color: Dell. HEX triplet: 48, 62 and 34. RGB value is (72,98,52). Sum of RGB (Red+Green+Blue) = 72+98+52=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #486234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486234 is #B79DCB. Grayscale: #555555. Windows color (decimal): -12033484 or 3433032. OLE color: 3433032.

HSL color Cylindrical-coordinate representation of color #486234: hue angle of 93.91º 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 #486234 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 52 -
CMYK 0.27 0 0.47 0.62
HSL 93.91º 0.31% 0.29% -
HSV(B) 93.91º 0.47% 0.38% -
XYZ 7.66 10.36 4.84 -
YUV 84.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 72 98 52 0.27 0 0.47 0.62 93.91 0.31 0.29
Hex 48 62 34 1B 0 2F 3E 5E 1F 1D
Octal 110 142 64 33 0 57 76 136 37 35
Binary 1001000 1100010 110100 11011 0 101111 111110 1011110 11111 11101

Color Harmonies of #486234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486234

Black with #486234

Text Example


Text Example

White with #486234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486234; }

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

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

background-color css

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

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

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

border-color css

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

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

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