Html Css Color HEX #486835 Dell

📋 copy color: '#486835'

red 72 ◦ green 104 ◦ blue 53

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

Shades of Dell #486835

Tints of Dell #486835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 31.44%
G = 45.41%
B = 23.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#486835 (or 0x486835) is known color: Dell. HEX triplet: 48, 68 and 35. RGB value is (72,104,53). Sum of RGB (Red+Green+Blue) = 72+104+53=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #486835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486835 is #B797CA. Grayscale: #585858. Windows color (decimal): -12031947 or 3500104. OLE color: 3500104.

HSL color Cylindrical-coordinate representation of color #486835: hue angle of 97.65º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486835 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 53 -
CMYK 0.31 0 0.49 0.59
HSL 97.65º 0.32% 0.31% -
HSV(B) 97.65º 0.49% 0.41% -
XYZ 8.27 11.54 5.16 -
YUV 88.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 72 104 53 0.31 0 0.49 0.59 97.65 0.32 0.31
Hex 48 68 35 1F 0 31 3B 62 20 1F
Octal 110 150 65 37 0 61 73 142 40 37
Binary 1001000 1101000 110101 11111 0 110001 111011 1100010 100000 11111

Color Harmonies of #486835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486835

Black with #486835

Text Example


Text Example

White with #486835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486835; }

 p { color: rgb(72,104,53); }

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

background-color css

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

 a { background-color: rgb(72,104,53); }

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

border-color css

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

 span { border-color: rgb(72,104,53); }

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