Html Css Color HEX #326014 Dell

📋 copy color: '#326014'

red 50 ◦ green 96 ◦ blue 20

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

Shades of Dell #326014

Tints of Dell #326014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

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

R = 30.12%
G = 57.83%
B = 12.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#326014 (or 0x326014) is known color: Dell. HEX triplet: 32, 60 and 14. RGB value is (50,96,20). Sum of RGB (Red+Green+Blue) = 50+96+20=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #326014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326014 is #CD9FEB. Grayscale: #494949. Windows color (decimal): -13475820 or 1335346. OLE color: 1335346.

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

Color convert

RGB 50 96 20 -
CMYK 0.48 0 0.79 0.62
HSL 96.32º 0.66% 0.23% -
HSV(B) 96.32º 0.79% 0.38% -
XYZ 5.62 9.09 2.12 -
YUV 73.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 50 96 20 0.48 0 0.79 0.62 96.32 0.66 0.23
Hex 32 60 14 30 0 4F 3E 60 42 17
Octal 62 140 24 60 0 117 76 140 102 27
Binary 110010 1100000 10100 110000 0 1001111 111110 1100000 1000010 10111

Color Harmonies of #326014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326014

Black with #326014

Text Example


Text Example

White with #326014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326014; }

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

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

background-color css

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

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

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

border-color css

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

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

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