Html Css Color HEX #486728 Dell

📋 copy color: '#486728'

red 72 ◦ green 103 ◦ blue 40

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

Shades of Dell #486728

Tints of Dell #486728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.91%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 33.49%
G = 47.91%
B = 18.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#486728 (or 0x486728) is known color: Dell. HEX triplet: 48, 67 and 28. RGB value is (72,103,40). Sum of RGB (Red+Green+Blue) = 72+103+40=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #486728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486728 is #B798D7. Grayscale: #565656. Windows color (decimal): -12032216 or 2647880. OLE color: 2647880.

HSL color Cylindrical-coordinate representation of color #486728: hue angle of 89.52º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486728 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 40 -
CMYK 0.30 0 0.61 0.60
HSL 89.52º 0.44% 0.28% -
HSV(B) 89.52º 0.61% 0.4% -
XYZ 7.91 11.23 3.76 -
YUV 86.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 72 103 40 0.30 0 0.61 0.60 89.52 0.44 0.28
Hex 48 67 28 1E 0 3D 3C 5A 2C 1C
Octal 110 147 50 36 0 75 74 132 54 34
Binary 1001000 1100111 101000 11110 0 111101 111100 1011010 101100 11100

Color Harmonies of #486728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486728

Black with #486728

Text Example


Text Example

White with #486728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486728; }

 p { color: rgb(72,103,40); }

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

background-color css

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

 a { background-color: rgb(72,103,40); }

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

border-color css

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

 span { border-color: rgb(72,103,40); }

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