Html Css Color HEX #326310 Dell

📋 copy color: '#326310'

red 50 ◦ green 99 ◦ blue 16

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

Shades of Dell #326310

Tints of Dell #326310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 30.3%
G = 60%
B = 9.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#326310 (or 0x326310) is known color: Dell. HEX triplet: 32, 63 and 10. RGB value is (50,99,16). Sum of RGB (Red+Green+Blue) = 50+99+16=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #326310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326310 is #CD9CEF. Grayscale: #4B4B4B. Windows color (decimal): -13475056 or 1073970. OLE color: 1073970.

HSL color Cylindrical-coordinate representation of color #326310: hue angle of 95.42º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #326310 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 16 -
CMYK 0.49 0 0.84 0.61
HSL 95.42º 0.72% 0.23% -
HSV(B) 95.42º 0.84% 0.39% -
XYZ 5.87 9.64 2.04 -
YUV 74.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 50 99 16 0.49 0 0.84 0.61 95.42 0.72 0.23
Hex 32 63 10 31 0 54 3D 5F 48 17
Octal 62 143 20 61 0 124 75 137 110 27
Binary 110010 1100011 10000 110001 0 1010100 111101 1011111 1001000 10111

Color Harmonies of #326310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326310

Black with #326310

Text Example


Text Example

White with #326310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326310; }

 p { color: rgb(50,99,16); }

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

background-color css

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

 a { background-color: rgb(50,99,16); }

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

border-color css

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

 span { border-color: rgb(50,99,16); }

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