Html Css Color HEX #486B34 Dell

📋 copy color: '#486B34'

red 72 ◦ green 107 ◦ blue 52

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

Shades of Dell #486B34

Tints of Dell #486B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.32%

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

R = 31.17%
G = 46.32%
B = 22.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#486B34 (or 0x486B34) is known color: Dell. HEX triplet: 48, 6B and 34. RGB value is (72,107,52). Sum of RGB (Red+Green+Blue) = 72+107+52=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #486B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B34 is #B794CB. Grayscale: #5A5A5A. Windows color (decimal): -12031180 or 3435336. OLE color: 3435336.

HSL color Cylindrical-coordinate representation of color #486B34: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486B34 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 52 -
CMYK 0.33 0 0.51 0.58
HSL 98.18º 0.35% 0.31% -
HSV(B) 98.18º 0.51% 0.42% -
XYZ 8.55 12.14 5.14 -
YUV 90.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 72 107 52 0.33 0 0.51 0.58 98.18 0.35 0.31
Hex 48 6B 34 21 0 33 3A 62 23 1F
Octal 110 153 64 41 0 63 72 142 43 37
Binary 1001000 1101011 110100 100001 0 110011 111010 1100010 100011 11111

Color Harmonies of #486B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B34

Black with #486B34

Text Example


Text Example

White with #486B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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