Html Css Color HEX #326211 Dell

📋 copy color: '#326211'

red 50 ◦ green 98 ◦ blue 17

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

Shades of Dell #326211

Tints of Dell #326211

RGB

 RED value IS 50 (19.92% from 255) = 30.3%

 GREEN value IS 98 (38.67% from 255) = 59.39%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 30.3%
G = 59.39%
B = 10.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#326211 (or 0x326211) is known color: Dell. HEX triplet: 32, 62 and 11. RGB value is (50,98,17). Sum of RGB (Red+Green+Blue) = 50+98+17=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #326211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326211 is #CD9DEE. Grayscale: #4A4A4A. Windows color (decimal): -13475311 or 1139250. OLE color: 1139250.

HSL color Cylindrical-coordinate representation of color #326211: hue angle of 95.56º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #326211 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 17 -
CMYK 0.49 0 0.83 0.62
HSL 95.56º 0.7% 0.23% -
HSV(B) 95.56º 0.83% 0.38% -
XYZ 5.78 9.45 2.05 -
YUV 74.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 50 98 17 0.49 0 0.83 0.62 95.56 0.7 0.23
Hex 32 62 11 31 0 53 3E 60 46 17
Octal 62 142 21 61 0 123 76 140 106 27
Binary 110010 1100010 10001 110001 0 1010011 111110 1100000 1000110 10111

Color Harmonies of #326211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326211

Black with #326211

Text Example


Text Example

White with #326211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326211; }

 p { color: rgb(50,98,17); }

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

background-color css

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

 a { background-color: rgb(50,98,17); }

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

border-color css

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

 span { border-color: rgb(50,98,17); }

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