Html Css Color HEX #326214 Dell

📋 copy color: '#326214'

red 50 ◦ green 98 ◦ blue 20

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

Shades of Dell #326214

Tints of Dell #326214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 29.76%
G = 58.33%
B = 11.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#326214 (or 0x326214) is known color: Dell. HEX triplet: 32, 62 and 14. RGB value is (50,98,20). Sum of RGB (Red+Green+Blue) = 50+98+20=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #326214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326214 is #CD9DEB. Grayscale: #4B4B4B. Windows color (decimal): -13475308 or 1335858. OLE color: 1335858.

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

Color convert

RGB 50 98 20 -
CMYK 0.49 0 0.80 0.62
HSL 96.92º 0.66% 0.23% -
HSV(B) 96.92º 0.8% 0.38% -
XYZ 5.81 9.46 2.18 -
YUV 74.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 50 98 20 0.49 0 0.80 0.62 96.92 0.66 0.23
Hex 32 62 14 31 0 50 3E 61 42 17
Octal 62 142 24 61 0 120 76 141 102 27
Binary 110010 1100010 10100 110001 0 1010000 111110 1100001 1000010 10111

Color Harmonies of #326214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326214

Black with #326214

Text Example


Text Example

White with #326214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326214; }

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

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

background-color css

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

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

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

border-color css

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

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

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