Html Css Color HEX #486339 Dell

📋 copy color: '#486339'

red 72 ◦ green 99 ◦ blue 57

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

Shades of Dell #486339

Tints of Dell #486339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 57 (22.66% from 255) = 25%

R = 31.58%
G = 43.42%
B = 25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#486339 (or 0x486339) is known color: Dell. HEX triplet: 48, 63 and 39. RGB value is (72,99,57). Sum of RGB (Red+Green+Blue) = 72+99+57=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #486339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486339 is #B79CC6. Grayscale: #565656. Windows color (decimal): -12033223 or 3760968. OLE color: 3760968.

HSL color Cylindrical-coordinate representation of color #486339: hue angle of 98.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #486339 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 57 -
CMYK 0.27 0 0.42 0.61
HSL 98.57º 0.27% 0.31% -
HSV(B) 98.57º 0.42% 0.39% -
XYZ 7.87 10.6 5.5 -
YUV 86.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 72 99 57 0.27 0 0.42 0.61 98.57 0.27 0.31
Hex 48 63 39 1B 0 2A 3D 63 1B 1F
Octal 110 143 71 33 0 52 75 143 33 37
Binary 1001000 1100011 111001 11011 0 101010 111101 1100011 11011 11111

Color Harmonies of #486339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486339

Black with #486339

Text Example


Text Example

White with #486339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486339; }

 p { color: rgb(72,99,57); }

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

background-color css

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

 a { background-color: rgb(72,99,57); }

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

border-color css

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

 span { border-color: rgb(72,99,57); }

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