Html Css Color HEX #486135 Dell

📋 copy color: '#486135'

red 72 ◦ green 97 ◦ blue 53

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

Shades of Dell #486135

Tints of Dell #486135

RGB

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

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

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

R = 32.43%
G = 43.69%
B = 23.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#486135 (or 0x486135) is known color: Dell. HEX triplet: 48, 61 and 35. RGB value is (72,97,53). Sum of RGB (Red+Green+Blue) = 72+97+53=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #486135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486135 is #B79ECA. Grayscale: #545454. Windows color (decimal): -12033739 or 3498312. OLE color: 3498312.

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

Color convert

RGB 72 97 53 -
CMYK 0.26 0 0.45 0.62
HSL 94.09º 0.29% 0.29% -
HSV(B) 94.09º 0.45% 0.38% -
XYZ 7.59 10.18 4.93 -
YUV 84.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 72 97 53 0.26 0 0.45 0.62 94.09 0.29 0.29
Hex 48 61 35 1A 0 2D 3E 5E 1D 1D
Octal 110 141 65 32 0 55 76 136 35 35
Binary 1001000 1100001 110101 11010 0 101101 111110 1011110 11101 11101

Color Harmonies of #486135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486135

Black with #486135

Text Example


Text Example

White with #486135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486135; }

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

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

background-color css

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

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

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

border-color css

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

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

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