Html Css Color HEX #486633 Dell

📋 copy color: '#486633'

red 72 ◦ green 102 ◦ blue 51

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

Shades of Dell #486633

Tints of Dell #486633

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 32%
G = 45.33%
B = 22.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#486633 (or 0x486633) is known color: Dell. HEX triplet: 48, 66 and 33. RGB value is (72,102,51). Sum of RGB (Red+Green+Blue) = 72+102+51=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #486633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486633 is #B799CC. Grayscale: #575757. Windows color (decimal): -12032461 or 3368520. OLE color: 3368520.

HSL color Cylindrical-coordinate representation of color #486633: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486633 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 51 -
CMYK 0.29 0 0.5 0.6
HSL 95.29º 0.33% 0.3% -
HSV(B) 95.29º 0.5% 0.4% -
XYZ 8.02 11.12 4.86 -
YUV 87.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 72 102 51 0.29 0 0.5 0.6 95.29 0.33 0.3
Hex 48 66 33 1D 0 32 3C 5F 21 1E
Octal 110 146 63 35 0 62 74 137 41 36
Binary 1001000 1100110 110011 11101 0 110010 111100 1011111 100001 11110

Color Harmonies of #486633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486633

Black with #486633

Text Example


Text Example

White with #486633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486633; }

 p { color: rgb(72,102,51); }

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

background-color css

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

 a { background-color: rgb(72,102,51); }

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

border-color css

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

 span { border-color: rgb(72,102,51); }

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