Html Css Color HEX #486935 Dell

📋 copy color: '#486935'

red 72 ◦ green 105 ◦ blue 53

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

Shades of Dell #486935

Tints of Dell #486935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

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

R = 31.3%
G = 45.65%
B = 23.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#486935 (or 0x486935) is known color: Dell. HEX triplet: 48, 69 and 35. RGB value is (72,105,53). Sum of RGB (Red+Green+Blue) = 72+105+53=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #486935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486935 is #B796CA. Grayscale: #595959. Windows color (decimal): -12031691 or 3500360. OLE color: 3500360.

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

Color convert

RGB 72 105 53 -
CMYK 0.31 0 0.50 0.59
HSL 98.08º 0.33% 0.31% -
HSV(B) 98.08º 0.5% 0.41% -
XYZ 8.37 11.74 5.19 -
YUV 89.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 72 105 53 0.31 0 0.50 0.59 98.08 0.33 0.31
Hex 48 69 35 1F 0 32 3B 62 21 1F
Octal 110 151 65 37 0 62 73 142 41 37
Binary 1001000 1101001 110101 11111 0 110010 111011 1100010 100001 11111

Color Harmonies of #486935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486935

Black with #486935

Text Example


Text Example

White with #486935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486935; }

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

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

background-color css

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

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

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

border-color css

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

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

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